summaryrefslogtreecommitdiff
path: root/org.tizen.common.ui
diff options
context:
space:
mode:
authorJihoon Song <jihoon80.song@samsung.com>2014-01-24 21:27:52 +0900
committerJihoon Song <jihoon80.song@samsung.com>2014-01-24 21:27:52 +0900
commitd95217fad3f8ad23370f5472c5bd1f9111394a23 (patch)
tree320d49b18cbf41a00d029a2ebc39a13dd743d309 /org.tizen.common.ui
parent897707dde3d6a3a1ed43c2214b6de0c123f7a29c (diff)
downloadcommon-eplugin-d95217fad3f8ad23370f5472c5bd1f9111394a23.tar.gz
common-eplugin-d95217fad3f8ad23370f5472c5bd1f9111394a23.tar.bz2
common-eplugin-d95217fad3f8ad23370f5472c5bd1f9111394a23.zip
WIZARD: Change a common message
Native wizard tooltip message is the same with web. Change-Id: I6c11e716bfdc6b2f56c37a414681c6db62bcbd98 Signed-off-by: Jihoon Song <jihoon80.song@samsung.com>
Diffstat (limited to 'org.tizen.common.ui')
-rw-r--r--org.tizen.common.ui/src/org/tizen/common/ui/wizards/Messages.java45
-rw-r--r--org.tizen.common.ui/src/org/tizen/common/ui/wizards/messages.properties1
2 files changed, 46 insertions, 0 deletions
diff --git a/org.tizen.common.ui/src/org/tizen/common/ui/wizards/Messages.java b/org.tizen.common.ui/src/org/tizen/common/ui/wizards/Messages.java
new file mode 100644
index 000000000..76c7e1878
--- /dev/null
+++ b/org.tizen.common.ui/src/org/tizen/common/ui/wizards/Messages.java
@@ -0,0 +1,45 @@
+/*
+* NativeAppCommon
+*
+* Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+*
+* Contact:
+* Kangho Kim <kh5325.kim@samsung.com>
+* NamKoong Ho <ho.namkoong@samsung.com>
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*
+* Contributors:
+* - S-Core Co., Ltd
+*
+*/
+package org.tizen.common.ui.wizards;
+
+import org.eclipse.osgi.util.NLS;
+import org.tizen.common.ui.Activator;
+
+
+public class Messages extends NLS {
+
+ private static final String BUNDLE_NAME = Activator.PLUGIN_ID + ".wizards.messages";//$NON-NLS-1$
+
+ private Messages() {
+ // Do not instantiate
+ }
+
+ public static String TizenCommonPWComposite_WizardToolTipText;
+
+ static {
+ NLS.initializeMessages(BUNDLE_NAME, Messages.class);
+ }
+}
diff --git a/org.tizen.common.ui/src/org/tizen/common/ui/wizards/messages.properties b/org.tizen.common.ui/src/org/tizen/common/ui/wizards/messages.properties
new file mode 100644
index 000000000..598f43237
--- /dev/null
+++ b/org.tizen.common.ui/src/org/tizen/common/ui/wizards/messages.properties
@@ -0,0 +1 @@
+TizenCommonPWComposite_WizardToolTipText=Name: {0}\nLocation: {1}