LAUNCH: Aligned messages with web and native 75/12075/1
authorkh5325.kim <kh5325.kim@samsung.com>
Tue, 12 Nov 2013 12:47:40 +0000 (21:47 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Tue, 12 Nov 2013 12:47:40 +0000 (21:47 +0900)
Aligns messages between web and native launch.
Removes user-unfriendly messages.

Change-Id: I2a7caf10cea4ee3744936355a2e0adf98c702830
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
org.tizen.common/src/org/tizen/common/launch/LaunchMessages.java
org.tizen.common/src/org/tizen/common/launch/LaunchMessages.properties

index d380555..098fcfe 100644 (file)
@@ -49,6 +49,7 @@ public class LaunchMessages extends NLS {
 
     public static String CREATED_PACKAGE;
     public static String INSTALL_PACKAGE;
+    public static String INSTALLED_PACKAGE;
     public static String UNINSTALL_PACKAGE;
     public static String TRANSFER_PACKAGE;
     public static String TRANSFERRED_PACKAGE;
index 2304d12..400d6d0 100644 (file)
@@ -19,6 +19,7 @@ CREATED_PACKAGE = Created the package: {0}
 \r
 # Install/Uninstall\r
 INSTALL_PACKAGE = Installing the package...\r
+INSTALLED_PACKAGE = Installed the package: Id({0}), Version({1})\r
 UNINSTALL_PACKAGE = Uninstalling the package...\r
 \r
 # Transfer\r