From 108328b3b5d77b735a1adcafd742cb2c41dfcc24 Mon Sep 17 00:00:00 2001 From: "daeryong.park" Date: Mon, 10 Apr 2017 14:02:06 +0900 Subject: [PATCH] RTSDK : Some awkward phrases modified - Some awkward phrases modified Change-Id: I62833b3c4aee07e4d6c8870bdc468d149936fa7c Signed-off-by: daeryong.park --- .../org/tizen/rt/ide/build/RtosBuildWizardDialog.java | 2 +- .../src/org/tizen/rt/ide/messages.properties | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/build/RtosBuildWizardDialog.java b/rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/build/RtosBuildWizardDialog.java index 7a1b52f..2f42fee 100644 --- a/rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/build/RtosBuildWizardDialog.java +++ b/rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/build/RtosBuildWizardDialog.java @@ -62,7 +62,7 @@ public class RtosBuildWizardDialog extends WizardDialog { public static final String[] KERNEL_CONFIG_CMD = new String[] { "gnome-terminal", "--command", "make menuconfig" }; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ public static final int KERNEL_CONFIG_BTN_ID = 9999; - public static final String LAUNCHER_LABEL = "Make"; //$NON-NLS-1$ + public static final String LAUNCHER_LABEL = "Build"; //$NON-NLS-1$ private int x = 0; private int y = 0; diff --git a/rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/messages.properties b/rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/messages.properties index b45af0b..08ae5b9 100644 --- a/rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/messages.properties +++ b/rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/messages.properties @@ -1,9 +1,9 @@ #Eclipse modern messages class #Wed Mar 29 14:25:05 KST 2017 RtGitImportWizard_WindowTitle=New TizenRT Project from Git -FlashHandler_NotFoundBuildInfo=Flash can not be performed. Please build it first. -LaunchShortcut_NotFoundBuildInfo=Debug can not be performed. Please build it first. -NewArtikProjectWizardPage2_Description=Select one of the available board templates to generate a fully-functioning project +FlashHandler_NotFoundBuildInfo=Flash can not be executed. Build first. +LaunchShortcut_NotFoundBuildInfo=Debug can not be executed. Build first. +NewArtikProjectWizardPage2_Description=Select one of the available board templates NewArtikProjectWizardPage2_LabelBoard=Board \: NewArtikProjectWizardPage2_LabelBoardName=Board Name NewArtikProjectWizardPage2_NameColumn=Name @@ -13,8 +13,8 @@ NewArtikProjectWizardPage_Title=Create a TizenRT Project NewArtikProjectWizard_CreateOperationLabel=Create new TizenRT project NewArtikProjectWizard_WindowTitle=New TizenRT Project RtosBuildDialogPage_BoardNameColumn=Boards -RtosBuildDialogPage_Description=Select one of the available board and build option for build -RtosBuildDialogPage_KconfigErrorMessage=Could not execute kconfig +RtosBuildDialogPage_Description=Select one of the available board and build option +RtosBuildDialogPage_KconfigErrorMessage=Could not execute kconfig.\nPlease check the prerequisite for kconfig. RtosBuildDialogPage_KernelConfigButtonText=Kernel Config RtosBuildDialogPage_OptionNameColumn=Build Options RtosBuildDialogPage_Title=Build Project @@ -22,14 +22,14 @@ RtosBuildDialogPage_ToolchainButtonText=Browse RtosBuildDialogPage_ToolchainDialogMessage=Select the toolchain path RtosBuildDialogPage_clearToolchainBtn_text=Clear RtosBuildDialogPage_lblNewLabel_text=Toolchain Path\: -RtosBuildWizard_WindowTitle=Rtos Build -RtosFlashDialogPage_Description=Select one of the available flash option for flashing +RtosBuildWizard_WindowTitle=Build TizenRT Project +RtosFlashDialogPage_Description=Select one of the available flash option RtosFlashDialogPage_OptionNameColumn=Flash Options RtosFlashDialogPage_Title=Flash Project -RtosFlashWizard_WindowTitle=Rtos Flash +RtosFlashWizard_WindowTitle=Flash TizenRT Project RtosNewRtAppWizard_WindowTitle=New TizenRT Application RtosNewRtAppWizard_ERROR_APPNAME_INVALID=Application naming rule \: The package name must start with an alphabetical character and can only contain letters or numbers -RtosNewRtAppWizard_ERROR_PROJECT_NOT_EXIST=Project must exist +RtosNewRtAppWizard_ERROR_PROJECT_NOT_EXIST=Project must be exist RtosNewRtAppWizard_ERROR_PROJECT_NOT_WRITABLE=Project must be writable RtosNewRtAppWizard_ERROR_LOCATION_INVALID=Location must be specified RtosNewRtAppWizard_ERROR_LOCATION_ALREADY_EXIST=Location is already exist -- 2.7.4