Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
diff options
context:
space:
mode:
authortle2010-04-21 23:36:04 +0000
committertle2010-04-21 23:36:04 +0000
commit9f1409520c534a9f7eeb3ea9cd5e2da73205cf88 (patch)
treeed0baea42d1ffc9a2077631b431889e88020d28a /jpa
parentd26c2e3a8fbfcfef92f1b64f263a76dc406ca44c (diff)
downloadwebtools.dali-9f1409520c534a9f7eeb3ea9cd5e2da73205cf88.tar.gz
webtools.dali-9f1409520c534a9f7eeb3ea9cd5e2da73205cf88.tar.xz
webtools.dali-9f1409520c534a9f7eeb3ea9cd5e2da73205cf88.zip
Tweaked message
Diffstat (limited to 'jpa')
-rw-r--r--jpa/plugins/org.eclipse.jpt.jaxb.ui/property_files/jpt_jaxb_ui.properties4
1 files changed, 2 insertions, 2 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 a61c9ef1c0..49d0199ef4 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
@@ -47,13 +47,13 @@ SchemaGeneratorWizardPage_desc = Select which classes should be included in the
SchemaGeneratorWizardPage_settingsGoupTitle = JAXB settings
SchemaGeneratorWizardPage_shemaLocation = Schema location:
-SchemaGeneratorWizardPage_shema = Schema:
+SchemaGeneratorWizardPage_shema = Schema name:
SchemaGeneratorWizardPage_packages = Select the packages to be included in the schema:
SchemaGeneratorWizardPage_browse = Browse...
SchemaGeneratorWizardPage_directoryDialogTitle = Schema Location
SchemaGeneratorWizardPage_directoryDialogDesc = Choose a folder for the generated schema.
-SchemaGeneratorWizardPage_errorNoSchema = Schema cannot be empty
+SchemaGeneratorWizardPage_errorNoSchema = Schema name cannot be empty
SchemaGeneratorWizardPage_errorNoPackage = No package checked

Back to the top