Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
diff options
context:
space:
mode:
authornhauge2011-03-01 16:07:29 +0000
committernhauge2011-03-01 16:07:29 +0000
commit3e7afc549f16b19c61c4ea7072b8aab1b1bdd9bb (patch)
tree8e069c6388b8f93d7c9930b62af3dea29adde1de /jpa
parent6d1e248ade1f608b115a1e55305dbfb2ee46b884 (diff)
downloadwebtools.dali-3e7afc549f16b19c61c4ea7072b8aab1b1bdd9bb.tar.gz
webtools.dali-3e7afc549f16b19c61c4ea7072b8aab1b1bdd9bb.tar.xz
webtools.dali-3e7afc549f16b19c61c4ea7072b8aab1b1bdd9bb.zip
[336172] Fix inconsistent dialog and message text for table gen.
Diffstat (limited to 'jpa')
-rw-r--r--jpa/plugins/org.eclipse.jpt.jpa.ui/property_files/jpt_ui.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jpa.ui/property_files/jpt_ui.properties b/jpa/plugins/org.eclipse.jpt.jpa.ui/property_files/jpt_ui.properties
index 52139c49d8..53b8bf0a6b 100644
--- a/jpa/plugins/org.eclipse.jpt.jpa.ui/property_files/jpt_ui.properties
+++ b/jpa/plugins/org.eclipse.jpt.jpa.ui/property_files/jpt_ui.properties
@@ -51,7 +51,7 @@ General_revert=Revert
General_deselectAll=Deselect All
General_selectAll=Select All
-GenerateDDLWizard_title=DDL Generation
+GenerateDDLWizard_title=Generate Tables from Entities
GenerateEntitiesWizard_generateEntities=Generate Entities
GenerateEntitiesWizardPage_chooseEntityTable=Choose tables to generate entities from.
@@ -63,8 +63,8 @@ GenerateEntitiesWizardPage_entityNameColumn=Entity Name
EntitiesGenerator_jobName=Generating Entities
-GenericPlatformUiDialog_notSupportedMessageTitle=DDL Generation
-GenericPlatformUiDialog_notSupportedMessageText=DDL Generation is not supported by the Generic Platform.
+GenericPlatformUiDialog_notSupportedMessageTitle=Generate Tables from Entities
+GenericPlatformUiDialog_notSupportedMessageText=Generate Tables from Entities is not supported by the Generic Platform
JpaContent_label=JPA Content

Back to the top