Amit Aviram has uploaded a new change for review. Change subject: webadmin: Correction of UI Constants ......................................................................
webadmin: Correction of UI Constants Messages that was using the word "Detach" incorrectly, namely using capital "D" when there was no need to- changed to "detach". In addition, the "Data Center" part of the message who related to detaching storage from a data center has changed back to "Data Center(s)" due to the fact that it is possible that some chosen Storage is attached to more than one Data Center. Change-Id: Id288103a417db6aee13e3f990b2d0af3fb3827f7 Bug-Url: https://bugzilla.redhat.com/1152558 Relates-To:https://bugzilla.redhat.com/1149457 Signed-off-by: Amit Aviram <aavi...@redhat.com> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/95/34595/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..b22baa0 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 @@ -768,10 +768,10 @@ @DefaultStringValue("Changes done to the Networking configuration are temporary until explicitly saved.\n\nAre you sure you want to make the changes persistent?") String areYouSureYouWantToMakeTheChangesPersistentMsg(); - @DefaultStringValue("Are you sure you want to Detach the following storage(s)?") + @DefaultStringValue("Are you sure you want to detach the following storage(s)?") String areYouSureYouWantDetachFollowingStoragesMsg(); - @DefaultStringValue("Are you sure you want to Detach from the user the following Virtual Machine(s)") + @DefaultStringValue("Are you sure you want to detach from the user the following Virtual Machine(s)") String areYouSureYouWantDetachFromUserFollowingVmsMsg(); @DefaultStringValue("Disks already exist on all available Storage Domains.") @@ -786,7 +786,7 @@ @DefaultStringValue("There are No Data Centers to which the Storage Domain can be attached") String thereAreNoDataCenterStorageDomainAttachedMsg(); - @DefaultStringValue("Are you sure you want to Detach storage from the following Data Center(s)?") + @DefaultStringValue("Are you sure you want to detach Storage from the following Data Center(s)?") String areYouSureYouWantDetachStorageFromDcsMsg(); @DefaultStringValue("There is no Data Storage Domain to import the Template into. Please attach a Data Storage Domain to the Template's Data Center.") -- To view, visit http://gerrit.ovirt.org/34595 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id288103a417db6aee13e3f990b2d0af3fb3827f7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Amit Aviram <aavi...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches