Shubhendu Tripathi has uploaded a new change for review. Change subject: webadmin: Corrected warning message ......................................................................
webadmin: Corrected warning message Corrected the warning message shown while updation of gluster volume snapshot options. Change-Id: I4576afa6bae06e268f507048ba0a6ab91f1e4f35 Bug-Url: https://bugzilla.redhat.com/1215928 Signed-off-by: Shubhendu Tripathi <[email protected]> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/66/40866/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 89da6e9..396bb7a 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 @@ -2560,8 +2560,8 @@ String updateSnapshotConfigurationConfirmationTitle(); @DefaultStringValue("Configuring volume snapshot options\n\n" - + "Changing configuration parameters will lead to deletion of snapshots if they exceed the new limit.\n\n" - + "Are you sure you want to continue?") + + "Changing configuration parameters will limit the creation of new snapshots if they exceed the new limit.\n\n" + + "Do you want to continue?") String youAreAboutChangeSnapshotConfigurationMsg(); @DefaultStringValue("existing") -- To view, visit https://gerrit.ovirt.org/40866 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4576afa6bae06e268f507048ba0a6ab91f1e4f35 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5-gluster Gerrit-Owner: Shubhendu Tripathi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
