Hello Doron Fediuck,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/18575

to review the following change.

Change subject: webadmin: Fix Filters text syntax
......................................................................

webadmin: Fix Filters text syntax

Minor text fix for the Filters tool tip text.

Change-Id: I5e8f07936ebef407d80774f73094a48ca3ce63bc
Bug-Url: https://bugzilla.redhat.com/1000871
Signed-off-by: Doron Fediuck <[email protected]>
---
M 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/75/18575/1

diff --git 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
index d5816b3..e61a7d1 100644
--- 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
+++ 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
@@ -3058,9 +3058,11 @@
     String actionItems();
 
     @DefaultStringValue("Filters represents hard constraints for running a VM. 
" +
-            "Each filter implements logic which validates a minimum 
requirements in order to run a VM. " +
+            "Each filter implements logic which validates a minimum set of 
requirements in order to run a VM. " +
             "For example, minimum RAM, CPU, designated host, etc. Hosts which 
fail this validation " +
-            "are filtered out from the current request.")
+            "are filtered out from the current request. For basic 
optimization, it is possible to set one " +
+            "filter as the first one, and/or another as the last one. Other 
than that filter processing order " +
+            "is not guaranteed.")
     String clusterPolicyFilterInfo();
 
     @DefaultStringValue("Weights represent soft constraints for running a VM. 
" +


-- 
To view, visit http://gerrit.ovirt.org/18575
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5e8f07936ebef407d80774f73094a48ca3ce63bc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to