Kobi Ianko has uploaded a new change for review.

Change subject: userportal, webadmin: Changing "no sufficient" to "insufficient"
......................................................................

userportal, webadmin: Changing "no sufficient" to "insufficient"

Just better phrasing

Change-Id: I1b39dec92244d13b46b8f5f87d9797ab71646e6b
Bug-Url: https://bugzilla.redhat.com/1117349
Signed-off-by: Kobi Ianko <[email protected]>
---
M backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties
M 
frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java
M 
frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
M 
frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
4 files changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/33/30533/1

diff --git 
a/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties 
b/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties
index 23ed859..3e12e63 100644
--- 
a/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties
+++ 
b/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties
@@ -880,8 +880,8 @@
 ACTION_TYPE_FAILED_QUOTA_WITH_DEFAULT_INDICATION_CAN_NOT_BE_REMOVED_=Cannot 
${action} ${type}. Quota with default indication can not be removed while Data 
Center is at disable mode.
 ACTION_TYPE_FAILED_QUOTA_IN_USE_BY_VM_OR_DISK=Cannot ${action} ${type}. Quota 
is still in use by a VM or a disk and Data Center's Quota enforcement is 
enabled.
 ACTION_TYPE_FAILED_DATA_CENTER_MUST_HAVE_AT_LEAST_ONE_QUOTA=Cannot ${action} 
${type}. Data Center must have at least one quota associated with it. Please 
try to add another Quota, or change the existing one.
-ACTION_TYPE_FAILED_QUOTA_STORAGE_LIMIT_EXCEEDED=Cannot ${action} ${type}. 
Quota has no sufficient storage resources.
-ACTION_TYPE_FAILED_QUOTA_VDS_GROUP_LIMIT_EXCEEDED=Cannot ${action} ${type}. 
Quota has no sufficient cluster resources.
+ACTION_TYPE_FAILED_QUOTA_STORAGE_LIMIT_EXCEEDED=Cannot ${action} ${type}. 
Quota has insufficient storage resources.
+ACTION_TYPE_FAILED_QUOTA_VDS_GROUP_LIMIT_EXCEEDED=Cannot ${action} ${type}. 
Quota has insufficient cluster resources.
 USER_NOT_AUTHORIZED_TO_CONSUME_QUOTA=Cannot ${action} ${type}. The user is not 
a consumer of the Quota assigned to the resource.
 
 # Internal
diff --git 
a/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java
 
b/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java
index 877d341..7e43053 100644
--- 
a/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java
+++ 
b/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java
@@ -2383,10 +2383,10 @@
     @DefaultStringValue("Cannot ${action} ${type}. Data Center must have at 
least one quota associated with it. Please try to add another Quota, or change 
the existing one.")
     String ACTION_TYPE_FAILED_DATA_CENTER_MUST_HAVE_AT_LEAST_ONE_QUOTA();
 
-    @DefaultStringValue("Cannot ${action} ${type}. Quota has no sufficient 
storage resources.")
+    @DefaultStringValue("Cannot ${action} ${type}. Quota has insufficient 
storage resources.")
     String ACTION_TYPE_FAILED_QUOTA_STORAGE_LIMIT_EXCEEDED();
 
-    @DefaultStringValue("Cannot ${action} ${type}. Quota has no sufficient 
cluster resources.")
+    @DefaultStringValue("Cannot ${action} ${type}. Quota has insufficient 
cluster resources.")
     String ACTION_TYPE_FAILED_QUOTA_VDS_GROUP_LIMIT_EXCEEDED();
 
     @DefaultStringValue("Cannot ${action} ${type}. The user is not a consumer 
of the Quota assigned to the resource.")
diff --git 
a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
 
b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
index c238683..ae35b0f 100644
--- 
a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
+++ 
b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
@@ -841,8 +841,8 @@
 ACTION_TYPE_FAILED_QUOTA_WITH_DEFAULT_INDICATION_CAN_NOT_BE_REMOVED=Cannot 
${action} ${type}. Quota with default indication can not be removed while Data 
Center is at disable mode.
 ACTION_TYPE_FAILED_QUOTA_IN_USE_BY_VM_OR_DISK=Cannot ${action} ${type}. Quota 
is still in use by a VM or a disk and Data Center's Quota enforcement is 
enabled.
 ACTION_TYPE_FAILED_DATA_CENTER_MUST_HAVE_AT_LEAST_ONE_QUOTA=Cannot ${action} 
${type}. Data Center must have at least one quota associated with it. Please 
try to add another Quota, or change the existing one.
-ACTION_TYPE_FAILED_QUOTA_STORAGE_LIMIT_EXCEEDED=Cannot ${action} ${type}. 
Quota has no sufficient storage resources.
-ACTION_TYPE_FAILED_QUOTA_VDS_GROUP_LIMIT_EXCEEDED=Cannot ${action} ${type}. 
Quota has no sufficient cluster resources.
+ACTION_TYPE_FAILED_QUOTA_STORAGE_LIMIT_EXCEEDED=Cannot ${action} ${type}. 
Quota has insufficient storage resources.
+ACTION_TYPE_FAILED_QUOTA_VDS_GROUP_LIMIT_EXCEEDED=Cannot ${action} ${type}. 
Quota has insufficient cluster resources.
 USER_NOT_AUTHORIZED_TO_CONSUME_QUOTA=Cannot ${action} ${type}. The user is not 
a consumer of the Quota assigned to the resource.
 
 # Internal
diff --git 
a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
 
b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
index b9cd65c..fd2bce0 100644
--- 
a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
+++ 
b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
@@ -880,8 +880,8 @@
 ACTION_TYPE_FAILED_QUOTA_WITH_DEFAULT_INDICATION_CAN_NOT_BE_REMOVED=Cannot 
${action} ${type}. Quota with default indication can not be removed while Data 
Center is at disable mode.
 ACTION_TYPE_FAILED_QUOTA_IN_USE_BY_VM_OR_DISK=Cannot ${action} ${type}. Quota 
is still in use by a VM or a disk and Data Center's Quota enforcement is 
enabled.
 ACTION_TYPE_FAILED_DATA_CENTER_MUST_HAVE_AT_LEAST_ONE_QUOTA=Cannot ${action} 
${type}. Data Center must have at least one quota associated with it. Please 
try to add another Quota, or change the existing one.
-ACTION_TYPE_FAILED_QUOTA_STORAGE_LIMIT_EXCEEDED=Cannot ${action} ${type}. 
Quota has no sufficient storage resources.
-ACTION_TYPE_FAILED_QUOTA_VDS_GROUP_LIMIT_EXCEEDED=Cannot ${action} ${type}. 
Quota has no sufficient cluster resources.
+ACTION_TYPE_FAILED_QUOTA_STORAGE_LIMIT_EXCEEDED=Cannot ${action} ${type}. 
Quota has insufficient storage resources.
+ACTION_TYPE_FAILED_QUOTA_VDS_GROUP_LIMIT_EXCEEDED=Cannot ${action} ${type}. 
Quota has insufficient cluster resources.
 USER_NOT_AUTHORIZED_TO_CONSUME_QUOTA=Cannot ${action} ${type}. The user is not 
a consumer of the Quota assigned to the resource.
 
 # Internal


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1b39dec92244d13b46b8f5f87d9797ab71646e6b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Kobi Ianko <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to