Shubhendu Tripathi has uploaded a new change for review. Change subject: gluster: Corrected error messages ......................................................................
gluster: Corrected error messages Corrected the error messages for stop and reset volume cases. Earlier message used to be "Are you sure want to stop the following Volume(s)?". The same is corrected to "Are you sure you want to stop the following Volume(s)?" Change-Id: Icc25f44b40b2a7e5ea5f84c17bb9179433803506 Bug-Url: https://bugzilla.redhat.com/960916 Signed-off-by: Shubhendu Tripathi <[email protected]> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/24/14724/1 diff --git a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java index a006255..f13f98a 100644 --- a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java +++ b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java @@ -1441,19 +1441,19 @@ @DefaultStringValue("Reset Option") String resetOptionVolumeTitle(); - @DefaultStringValue("Are you sure want to reset the following option?") + @DefaultStringValue("Are you sure you want to reset the following option?") String resetOptionVolumeMsg(); @DefaultStringValue("Reset All Options") String resetAllOptionsTitle(); - @DefaultStringValue("Are you sure want to reset all the options?") + @DefaultStringValue("Are you sure you want to reset all the options?") String resetAllOptionsMsg(); @DefaultStringValue("Stop Volume") String confirmStopVolume(); - @DefaultStringValue("Are you sure want to stop the following Volume(s)?") + @DefaultStringValue("Are you sure you want to stop the following Volume(s)?") String stopVolumeMessage(); @DefaultStringValue("NOTE:\n -Stopping volume will make its data inaccessible.") -- To view, visit http://gerrit.ovirt.org/14724 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icc25f44b40b2a7e5ea5f84c17bb9179433803506 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shubhendu Tripathi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
