Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2012-05-22 18:59:17 +0000
committernhauge2012-05-22 18:59:17 +0000
commit9eff0b70e78a268e4b53d36861df02dd0c7a13e3 (patch)
treef7ef007889e8f635b48898ad63fe98dc5255a02d /jpa/plugins/org.eclipse.jpt.jpa.core
parentda40761ff6db73d5737f6fe80d047793f6593deb (diff)
downloadwebtools.dali-9eff0b70e78a268e4b53d36861df02dd0c7a13e3.tar.gz
webtools.dali-9eff0b70e78a268e4b53d36861df02dd0c7a13e3.tar.xz
webtools.dali-9eff0b70e78a268e4b53d36861df02dd0c7a13e3.zip
379735 - fix typo.
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.jpa.core')
-rw-r--r--jpa/plugins/org.eclipse.jpt.jpa.core/property_files/jpa_core.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jpa.core/property_files/jpa_core.properties b/jpa/plugins/org.eclipse.jpt.jpa.core/property_files/jpa_core.properties
index 4cfcc96e8a..f2c4128669 100644
--- a/jpa/plugins/org.eclipse.jpt.jpa.core/property_files/jpa_core.properties
+++ b/jpa/plugins/org.eclipse.jpt.jpa.core/property_files/jpa_core.properties
@@ -23,7 +23,7 @@ JAVA_CHANGE_EVENT_HANDLER_JOB_NAME=JPA Java Change Event Handler
VALIDATE_JOB=Validation
VALIDATE_PROJECT_NOT_JPA=Project does not have the JPA facet
VALIDATE_PROJECT_IMPROPER_PLATFORM=Project's JPA platform does not support this file type
-VALIDATE_CONTAINER_QUESTIONABLE=Parent folder may not be acceptable for this projects
+VALIDATE_CONTAINER_QUESTIONABLE=Parent folder may not be acceptable for this project
VALIDATE_FILE_VERSION_NOT_SUPPORTED=File version not supported
VALIDATE_FILE_VERSION_NOT_SUPPORTED_FOR_FACET_VERSION=File version not supported for JPA facet version
VALIDATE_PERSISTENCE_UNIT_DOES_NOT_SPECIFIED=Persistence unit not specified

Back to the top