From d49f62fa3815a3fb942676fe3af70d0e84fd5170 Mon Sep 17 00:00:00 2001 From: Selvasundaram Date: Tue, 9 Aug 2011 22:46:44 +0530 Subject: Stop volume confirm message text correction --- .../gluster/storage/management/console/actions/StopVolumeAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit