CLI: fixed typing error
authorjihye424.kim <jihye424.kim@samsung.com>
Wed, 22 Jul 2015 04:25:02 +0000 (13:25 +0900)
committerjihye424.kim <jihye424.kim@samsung.com>
Wed, 22 Jul 2015 04:26:54 +0000 (13:26 +0900)
Change-Id: I6c75c01e288c0f156f973201d0a2f1741d0b23c1
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
src/org/tizen/emulator/manager/console/ConsoleCreateVM.java

index e4b0b95..9b2df84 100644 (file)
@@ -561,7 +561,7 @@ public class ConsoleCreateVM {
 
                if (!HelperClass.checkString(name)) {
                        throw new ConsoleException("Name has invalid character." + StringResources.NEW_LINE +
-                                       "Valid Charater : a-z, A-Z, 0-9, 0, _");
+                                       "Valid characters : a-z, A-Z, 0-9, -, _");
                }
 
                if (HelperClass.checkDupulicateName(name) != null) {