Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
diff options
context:
space:
mode:
authorkmoore2008-11-19 20:58:40 +0000
committerkmoore2008-11-19 20:58:40 +0000
commite292eed174311c1109d2b9c6608d446c3e51460e (patch)
tree20f90d9eb4fa7360d8762244b3037a5d9e5c0b19 /jpa
parent56fe773f193fa3e565a8ec13446c1c11b92ee7f8 (diff)
downloadwebtools.dali-e292eed174311c1109d2b9c6608d446c3e51460e.tar.gz
webtools.dali-e292eed174311c1109d2b9c6608d446c3e51460e.tar.xz
webtools.dali-e292eed174311c1109d2b9c6608d446c3e51460e.zip
sentence capitalization for check box labels, not headline capitalization
Diffstat (limited to 'jpa')
-rw-r--r--jpa/plugins/org.eclipse.jpt.eclipselink.ui/property_files/eclipselink_ui.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.eclipselink.ui/property_files/eclipselink_ui.properties b/jpa/plugins/org.eclipse.jpt.eclipselink.ui/property_files/eclipselink_ui.properties
index c0523ad050..2dc68200de 100644
--- a/jpa/plugins/org.eclipse.jpt.eclipselink.ui/property_files/eclipselink_ui.properties
+++ b/jpa/plugins/org.eclipse.jpt.eclipselink.ui/property_files/eclipselink_ui.properties
@@ -186,11 +186,11 @@ PersistenceXmlCustomizationTab_weavingChangeTrackingLabel = Weaving change track
PersistenceXmlCustomizationTab_weavingFetchGroupsLabelDefault = Weaving fetch groups ({0})
PersistenceXmlCustomizationTab_weavingFetchGroupsLabel = Weaving fetch groups
-PersistenceXmlCustomizationTab_weavingInternalLabel = Weaving Internal
-PersistenceXmlCustomizationTab_weavingInternalLabelDefault = Weaving Internal ({0})
+PersistenceXmlCustomizationTab_weavingInternalLabel = Weaving internal
+PersistenceXmlCustomizationTab_weavingInternalLabelDefault = Weaving internal ({0})
-PersistenceXmlCustomizationTab_weavingEagerLabel = Weaving Eager
-PersistenceXmlCustomizationTab_weavingEagerLabelDefault = Weaving Eager ({0})
+PersistenceXmlCustomizationTab_weavingEagerLabel = Weaving eager
+PersistenceXmlCustomizationTab_weavingEagerLabelDefault = Weaving eager ({0})
WeavingComposite_true_ = Weave Dynamically
WeavingComposite_false_ = No Weaving

Back to the top