diff options
| author | Selvasundaram <selvam@gluster.com> | 2011-08-09 22:46:44 +0530 |
|---|---|---|
| committer | Selvasundaram <selvam@gluster.com> | 2011-08-09 22:46:44 +0530 |
| commit | d49f62fa3815a3fb942676fe3af70d0e84fd5170 (patch) | |
| tree | 988b63720ace25e98f87debd012e18e3be85e10f | |
| parent | b4146b5746121c3cfeb55a1fbccaebec82c52eb3 (diff) | |
Stop volume confirm message text correction
| -rw-r--r-- | src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/StopVolumeAction.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/StopVolumeAction.java b/src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/StopVolumeAction.java index 8fb79537..f02d090e 100644 --- a/src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/StopVolumeAction.java +++ b/src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/StopVolumeAction.java @@ -54,7 +54,7 @@ public class StopVolumeAction extends AbstractActionDelegate { Integer userAction = new MessageDialog(getShell(), "Stop Volume", GUIHelper.getInstance().getImage( IImageKeys.VOLUME_16x16), "Are you sure you want to stop the following volumes?" - + CoreConstants.NEWLINE + "[" + onlineVolumeNames, MessageDialog.QUESTION, + + CoreConstants.NEWLINE + onlineVolumeNames, MessageDialog.QUESTION, new String[] { "No", "Yes" }, -1).open(); if (userAction <= 0) { // user select cancel or pressed escape key |
