Shubhendu Tripathi has uploaded a new change for review. Change subject: webadmin: Renamed the Close button with Cancel ......................................................................
webadmin: Renamed the Close button with Cancel Renamed the Close button with Cancel in the commit remove bricks dialog. Change-Id: I0adefcc0137ed51927a4f61264d6c31bc475bdef Bug-Url: https://bugzilla.redhat.com/1024817 Signed-off-by: Shubhendu Tripathi <shtri...@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/88/21088/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java index 376de86..0d4381b 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java @@ -902,7 +902,7 @@ model.getCommands().add(okCommand); UICommand cancelCommand = new UICommand("CancelConfirmation", this); //$NON-NLS-1$ - cancelCommand.setTitle(ConstantsManager.getInstance().getConstants().close()); + cancelCommand.setTitle(ConstantsManager.getInstance().getConstants().cancel()); cancelCommand.setIsCancel(true); model.getCommands().add(cancelCommand); } -- To view, visit http://gerrit.ovirt.org/21088 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0adefcc0137ed51927a4f61264d6c31bc475bdef Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shubhendu Tripathi <shtri...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches