diff options
author | Taeyoung Son <taeyoung2.son@samsung.com> | 2014-06-16 13:42:47 +0900 |
---|---|---|
committer | Taeyoung Son <taeyoung2.son@samsung.com> | 2014-06-19 11:54:49 +0900 |
commit | cf0f0236ce263ca3ff20b8ca8e84abe015e7ed6c (patch) | |
tree | 6530fc979dbe51662bdfb3481a8df087eb7e6b83 /org.tizen.common | |
parent | dc688302ea6b8332cd47d8deaeb3e136998bde2c (diff) | |
download | common-eplugin-cf0f0236ce263ca3ff20b8ca8e84abe015e7ed6c.tar.gz common-eplugin-cf0f0236ce263ca3ff20b8ca8e84abe015e7ed6c.tar.bz2 common-eplugin-cf0f0236ce263ca3ff20b8ca8e84abe015e7ed6c.zip |
LAUNCH: Modified messages about different profile
Modified messages about different profile
Change-Id: Ied6bd3050c3e7ebee0b4c43aae69a4902887178b
Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>
Diffstat (limited to 'org.tizen.common')
-rw-r--r-- | org.tizen.common/src/org/tizen/common/launch/LaunchMessages.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.tizen.common/src/org/tizen/common/launch/LaunchMessages.properties b/org.tizen.common/src/org/tizen/common/launch/LaunchMessages.properties index 8bf698379..37a0df5b9 100644 --- a/org.tizen.common/src/org/tizen/common/launch/LaunchMessages.properties +++ b/org.tizen.common/src/org/tizen/common/launch/LaunchMessages.properties @@ -44,6 +44,6 @@ SDB_TIMEOUT_EXCEPTION = There is no response while {0} seconds. Please retry aga # Dialog DIALOG_QUESTION_CONTINUE_EVEN_IF_IT_HAS_ERROR=Errors exist in project.\n\nProceed with launch? -DIALOG_QUESTION_CONTINUE_EVEN_IF_IT_IS_DIFFERENT_PROFILE=The project is {0} application. but the target is {1} {2}.\n\n Proceed with launch? +DIALOG_QUESTION_CONTINUE_EVEN_IF_IT_IS_DIFFERENT_PROFILE=The project is a {0} based application, so that the project may not be working on a {1} {2} normally.\n\nProceed with launch? DIALOG_TOGGLE_ALWAYS_LAUNCH_WITHOUT_ASKING=Always launch without asking DIALOG_TITLE_DIFFERENT_PROFILE=Different Profile |