[Title]fix wrong sentences(assisted by intel)
authormunkyu.im <munkyu.im@samsung.com>
Tue, 3 Apr 2012 14:08:08 +0000 (23:08 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Tue, 3 Apr 2012 14:08:08 +0000 (23:08 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

src/org/tizen/emulator/manager/ui/MenuHandling.java

index 22a8ed0..137d866 100644 (file)
@@ -49,7 +49,7 @@ public class MenuHandling {
        public void resetVirtualMachine() {
                MessageBox msg = new MessageBox(shell, SWT.ICON_WARNING | SWT.OK | SWT.CANCEL);
                msg.setText("Warning");
-               msg.setMessage("This emulator will be formatting.\nAre you sure to continue?");
+               msg.setMessage("This VM will be formatting.\nAre you sure you want to continue?");
 
                int response = msg.open();
                
@@ -89,7 +89,7 @@ public class MenuHandling {
        public boolean deleteVirtualMachine() {
                MessageBox msg = new MessageBox(shell, SWT.ICON_WARNING | SWT.OK | SWT.CANCEL);
                msg.setText("INFO");
-               msg.setMessage("Are you sure delete selected VM?");
+               msg.setMessage("Are you sure you want to delete selected VM?");
 
                
                int response = msg.open();