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(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/08/40808/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 95aa5ff..750c546 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 @@ -1,6 +1,5 @@ package org.ovirt.engine.ui.uicompat; -import com.google.gwt.i18n.client.Constants; import org.ovirt.engine.core.common.businessentities.VmPool; import com.google.gwt.i18n.client.Constants; @@ -2650,8 +2649,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/40808 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4576afa6bae06e268f507048ba0a6ab91f1e4f35 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
