Idan Shaby has uploaded a new change for review. Change subject: frontend: Removed "-" from "Data-Centers" in Err Msg ......................................................................
frontend: Removed "-" from "Data-Centers" in Err Msg To be consistent with the UI's terminology, the error message "There are no active Data-Centers in the system." was changed to "There are no active Data Centers in the system.". Change-Id: Ie1cdf14e67366b7007a64dc24e127623cfeee2c9 Bug-Url: https://bugzilla.redhat.com/1141794 Signed-off-by: Idan Shaby <[email protected]> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/36/34036/1 diff --git a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java index 88d5837..c43d6df 100644 --- a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java +++ b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java @@ -1437,7 +1437,7 @@ "Do you wish to continue anyway?") String theFollowingTemplatesAreMissingOnTargetExportDomainForTemplateVersionsMsg(); - @DefaultStringValue("There are no active Data-Centers in the system.") + @DefaultStringValue("There are no active Data Centers in the system.") String noActiveDataCenters(); @DefaultStringValue("There are no active Storage Domains that you have permissions to create a disk on in the relevant Data-Center.") -- To view, visit http://gerrit.ovirt.org/34036 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie1cdf14e67366b7007a64dc24e127623cfeee2c9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Idan Shaby <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
