Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/Messages.java')
-rw-r--r--deprecated/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/Messages.java34
1 files changed, 34 insertions, 0 deletions
diff --git a/deprecated/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/Messages.java b/deprecated/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/Messages.java
new file mode 100644
index 00000000000..3673aa3c156
--- /dev/null
+++ b/deprecated/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/Messages.java
@@ -0,0 +1,34 @@
+package org.eclipse.papyrus.uml.properties.tabbedproperties.comments;
+
+import org.eclipse.osgi.util.NLS;
+
+public class Messages extends NLS {
+
+ private static final String BUNDLE_NAME = "org.eclipse.papyrus.uml.properties.tabbedproperties.comments.messages"; //$NON-NLS-1$
+
+ public static String CommentedElementPropertySection_AddButtonTooltip;
+
+ public static String CommentedElementPropertySection_AddCommentCommand;
+
+ public static String CommentedElementPropertySection_CommentsViewerLabel;
+
+ public static String CommentedElementPropertySection_DeleteButtonTooltip;
+
+ public static String CommentedElementPropertySection_DestroyUpdateComment_DialogTitle;
+
+ public static String CommentedElementPropertySection_DestroyUpdateComment_Message;
+
+ public static String CommentedElementPropertySection_DisplayButtonTooltip;
+
+ public static String CommentedElementPropertySection_RemoveCommentCommand;
+
+ public static String HTMLCommentEditorDialogConfiguration_CommentDialogTitle;
+
+ static {
+ // initialize resource bundle
+ NLS.initializeMessages(BUNDLE_NAME, Messages.class);
+ }
+
+ private Messages() {
+ }
+}

Back to the top