CLI: Fixed typo in messages 94/13694/1
authorshingil.kang <shingil.kang@samsung.com>
Thu, 12 Dec 2013 11:02:30 +0000 (20:02 +0900)
committershingil.kang <shingil.kang@samsung.com>
Thu, 12 Dec 2013 11:03:58 +0000 (20:03 +0900)
CR_CANNOT_FIND_OUTDIR -> CR_CANNOT_CREATE_OUTDIR

Change-Id: If76957b3589c29d82a1402f906d39c4d135982aa
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
org.tizen.ncli.ide/src/org/tizen/ncli/ide/messages/TizenCLIMessages.properties

index 073360f..534eeef 100644 (file)
@@ -10,7 +10,7 @@ MANY_CONNECTED_TARGETS = There are many connected targets.
 
 FAIL_TARGET = [Fail]Can not get target .
 
-CR_CANNOT_FIND_OUTDIR = Can not create output directory.
+CR_CANNOT_CREATE_OUTDIR = Can not create output directory.
 CR_CANNOT_COPY_PROJECT = Can not copy project file.
 
 BN_CANNOT_CREATE_BUILD_TARGET = Can not create the build target.