Refined labels
authorkh5325.kim <kh5325.kim@samsung.com>
Mon, 18 Mar 2013 09:06:55 +0000 (18:06 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Mon, 18 Mar 2013 09:08:15 +0000 (18:08 +0900)
org.tizen.cli/src/org/tizen/cli/exec/gen/NativeMain.java

index 70ad50f..a8aad7a 100644 (file)
@@ -137,7 +137,7 @@ public class NativeMain extends AbstractLauncher {
             ChoiceOption no = new ChoiceOption( "No", true );
             
             final Option option = prompter.interact(
-                    MessageFormat.format( "{0} is already exist\nDo you want to be overwrite and continue?", targetDir ),
+                    MessageFormat.format( "{0} already exist(s).\nDo you want to overwrite and continue?", targetDir ),
                     yes,
                     no
                 );