Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore2010-04-01 00:21:58 +0000
committerkmoore2010-04-01 00:21:58 +0000
commit6eaec35be42366f2609b8ddbae1524f29724c396 (patch)
tree8af0126519f07ca8bc0142fbf73f85182aaae936
parent28720d89bc88b21e22e18487b81eac3fb61fd1d5 (diff)
downloadwebtools.dali-6eaec35be42366f2609b8ddbae1524f29724c396.tar.gz
webtools.dali-6eaec35be42366f2609b8ddbae1524f29724c396.tar.xz
webtools.dali-6eaec35be42366f2609b8ddbae1524f29724c396.zip
fixed some of the jaxb gen dialog messages
-rw-r--r--jpa/plugins/org.eclipse.jpt.jaxb.ui/property_files/jpt_jaxb_ui.properties10
1 files changed, 5 insertions, 5 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jaxb.ui/property_files/jpt_jaxb_ui.properties b/jpa/plugins/org.eclipse.jpt.jaxb.ui/property_files/jpt_jaxb_ui.properties
index cfd4fae178..8a0d1b7d19 100644
--- a/jpa/plugins/org.eclipse.jpt.jaxb.ui/property_files/jpt_jaxb_ui.properties
+++ b/jpa/plugins/org.eclipse.jpt.jaxb.ui/property_files/jpt_jaxb_ui.properties
@@ -8,22 +8,22 @@
# Oracle - initial API and implementation
################################################################################
-ClassesGeneratorWizard_title = JAXB
+ClassesGeneratorWizard_title = JAXB Class Generation
ClassesGeneratorWizard_errorDialogTitle = Generate Classes Failed
ClassesGeneratorWizard_couldNotCreate = Could not create {0}
-ClassesGeneratorWizardPage_title = Generate classes from: {0}
+ClassesGeneratorWizardPage_title = Generate Classes From: {0}
ClassesGeneratorWizardPage_desc = Configure JAXB class generation.
ClassesGeneratorWizardPage_usesMoxyImplementation = Use EclipseLink MOXy as the JAXB implementation
-ClassesGeneratorWizardPage_settingsGroupTitle = JAXB Settings
+ClassesGeneratorWizardPage_settingsGroupTitle = JAXB settings
ClassesGeneratorWizardPage_catalog = Catalog:
ClassesGeneratorWizardPage_bindingsFiles = Bindings files:
-ClassesGeneratorWizardPage_addButton = Add
+ClassesGeneratorWizardPage_addButton = Add...
ClassesGeneratorWizardPage_removeButton = Remove
-ClassesGeneratorWizardPage_chooseABindingsFile = Choose an external bindings file
+ClassesGeneratorWizardPage_chooseABindingsFile = External Bindings File Selection
ClassesGeneratorWizardPage_jaxbLibrariesNotAvailable = \
The classpath for this project does not appear to contain the necessary libraries to proceed with class generation.\

Back to the top