commit | 3076ae377197cd0eaa953060dfcc45062fdd38f0 | [log] [tgz] |
---|---|---|
author | jeffliu <jeffliu> | Tue Aug 09 18:33:02 2005 +0000 |
committer | jeffliu <jeffliu> | Tue Aug 09 18:33:02 2005 +0000 |
tree | cc27cfffbdfc29fd74acf9944bbc4a61c410a12a | |
parent | a0a8c637cde0e129ca4f03ba29fc4f6ba21cc20b [diff] |
[105046] TVT 3.1 - TCT 371 - Non-externalized strings
diff --git a/bundles/org.eclipse.wst.xsd.ui/plugin.properties b/bundles/org.eclipse.wst.xsd.ui/plugin.properties index f92b1c5..94bc448 100644 --- a/bundles/org.eclipse.wst.xsd.ui/plugin.properties +++ b/bundles/org.eclipse.wst.xsd.ui/plugin.properties
@@ -44,6 +44,8 @@ _UI_LABEL_KIND = Kind: _UI_LABEL_VARIETY = Variety: +_UI_LABEL_APP_INFO = App Info + ! ! Schema File Window !
diff --git a/bundles/org.eclipse.wst.xsd.ui/src/org/eclipse/wst/xsd/ui/internal/properties/section/AnnotationSection.java b/bundles/org.eclipse.wst.xsd.ui/src/org/eclipse/wst/xsd/ui/internal/properties/section/AnnotationSection.java index 8d4c61b..7ad0561 100644 --- a/bundles/org.eclipse.wst.xsd.ui/src/org/eclipse/wst/xsd/ui/internal/properties/section/AnnotationSection.java +++ b/bundles/org.eclipse.wst.xsd.ui/src/org/eclipse/wst/xsd/ui/internal/properties/section/AnnotationSection.java
@@ -393,7 +393,7 @@ public DocumentationWorkbookPage(XSDWorkbook workbook) { super(workbook); - this.getTabItem().setText("Documentation"); + this.getTabItem().setText(XSDEditorPlugin.getXSDString("_UI_LABEL_DOCUMENTATION")); } public void setText(String value) @@ -498,7 +498,7 @@ public AppInfoWorkbookPage(XSDWorkbook workbook) { super(workbook); - this.getTabItem().setText("App Info"); + this.getTabItem().setText(XSDEditorPlugin.getXSDString("_UI_LABEL_APP_INFO")); } public void setText(String value)