[Title] Fix misspell
authorho.namkoong <ho.namkoong@samsung.com>
Thu, 21 Mar 2013 04:31:05 +0000 (13:31 +0900)
committerho.namkoong <ho.namkoong@samsung.com>
Thu, 21 Mar 2013 04:31:05 +0000 (13:31 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I4e6ef5a6077dedb3960eaf5baa4f9de8940c3573

org.tizen.cli/src/org/tizen/cli/exec/gen/messages.properties
org.tizen.cli/src/org/tizen/cli/exec/pack/messages.properties

index f8299d1..d749f4b 100644 (file)
@@ -1,13 +1,13 @@
-CLIProjectGenerator.EXCEPTION_CREATING_CLASS=Exception occurred while creating class: {0}
-CLIProjectGenerator.EXCEPTION_CREATING_MAKEFILE=Exception occurred while creating makefile
+CLIProjectGenerator.EXCEPTION_CREATING_CLASS=Exception occurred while creating class: {0}
+CLIProjectGenerator.EXCEPTION_CREATING_MAKEFILE=Exception occurred while creating makefile
 CLIProjectGenerator.EXCEPTION_UNEXPECTED_PROJECTTYPE=Unexpected project type: {0}
 NativeMain.CREATE_A_PROJECT=Creating a project: {0}...
-NativeMain.CREATE_SUCCESS=Project created succcessfully in {0} \nTo build a project, run native-make in {1}.
-NativeMain.DESC_PROJECTNAME=Specify a name of the project to be created. (Default: <sample type>)
-NativeMain.DESC_PROJECTPATH=Specify a path of the project to be created. (Default: <current directory>/<project name>)
-NativeMain.DESC_SAMPLE=Specify a type of the sample \n\t\t\t  empty: empty application\n\t\t\t  form: form-based application\n\t\t\t  shared: shared library\n\t\t\t  static: static library\n\t\t\t  service: service application\n\t\t\t  tab: tab-based application
+NativeMain.CREATE_SUCCESS=A project is created successfully in {0} \nTo build a project, run native-make in {1}.
+NativeMain.DESC_PROJECTNAME=Specify a project name. (Default: <sample type>)
+NativeMain.DESC_PROJECTPATH=Specify a project path. (Default: <current directory>/<project name>)
+NativeMain.DESC_SAMPLE=Specify a sample type \n\t\t\t  empty: empty application\n\t\t\t  form: form-based application\n\t\t\t  shared: shared library\n\t\t\t  static: static library\n\t\t\t  service: service application\n\t\t\t  tab: tab-based application
 NativeMain.DIR_EXIST={0} already exist(s).\nDo you want to overwrite and continue?
-NativeMain.EXCEPTION_SAMPLE_NOT_SUPPORT=Sample: {0} is not supported. Choose a different sample.
+NativeMain.EXCEPTION_SAMPLE_NOT_SUPPORT=Sample: {0} is not supported. Choose another sample.
 NativeMain.PROCESS_CANCEL=Process is canceled.
 NativeMain.USAGE=usage: native-gen -s <sample_type> [OPTION]\nCreate a project\n\n
-NativeMain.EXCEPTION_SAMPLE_TYPE_MISSING=Sample type is missing. Specify a sample type.
\ No newline at end of file
+NativeMain.EXCEPTION_SAMPLE_TYPE_MISSING=A sample type is missing. Specify a sample type.
\ No newline at end of file
index abad25d..fc383a8 100644 (file)
@@ -1,15 +1,15 @@
 CLIMultiPackager.EXCEPTION_BIN_MISSING=Binary of {0} does not exist.
-NativeMain.CANCELD=Packaging canceld
+NativeMain.CANCELD=Packaging is canceled
 NativeMain.DESC_APK=Specify a author p12 file path.
 NativeMain.DESC_APW=Specify a author certificate password.
-NativeMain.DESC_ARCH=Specify a archtecture
+NativeMain.DESC_ARCH=Specify a architecture
 NativeMain.DESC_DCA=Specify a distributor2 CA path.
 NativeMain.DESC_DPK=Specify a distributor2 p12 file path.
 NativeMain.DESC_DPW=Specify a distributor2 password.
-NativeMain.DESC_DROOT=Specify a distributor2 root certicate path
+NativeMain.DESC_DROOT=Specify a distributor2 root certificate path
 NativeMain.DESC_PLATFORM_NAME=Specify a platform name.
 NativeMain.DESC_PLATFORM_VERSION=Specify a platform version
-NativeMain.DESC_RP=Specify paths of referenced projects. Paths can be seperator by ','
+NativeMain.DESC_RP=Specify paths of referenced projects. Paths can be separator by ','
 NativeMain.DESC_TOOLCHAIN=Specify a toolchain.
 NativeMain.EXCEPTION_MANDATORY_MISSING=--{0} and --{1} are mandatory options.
 NativeMain.USAGE=usage: native-packaging --sign-author-key <path> --sign-author-pwd <passwd> [OPTIONS]\nPackage a project\n\n