Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2012-01-23 19:56:25 +0000
committernhauge2012-01-23 19:56:25 +0000
commite0bd9654961ca65b0188fa475a015cf60ed69749 (patch)
tree7a5320593e9bb42841a0ac286f709a1b2b7bdf6e
parent55648606f840641a208b85b91f27286f90c3dc20 (diff)
downloadwebtools.dali-e0bd9654961ca65b0188fa475a015cf60ed69749.tar.gz
webtools.dali-e0bd9654961ca65b0188fa475a015cf60ed69749.tar.xz
webtools.dali-e0bd9654961ca65b0188fa475a015cf60ed69749.zip
357360 - Applying fix to maintenance branch.
-rw-r--r--common/plugins/org.eclipse.jpt.common.ui/property_files/jpt_common_ui.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/plugins/org.eclipse.jpt.common.ui/property_files/jpt_common_ui.properties b/common/plugins/org.eclipse.jpt.common.ui/property_files/jpt_common_ui.properties
index aee4769cae..52f42e446b 100644
--- a/common/plugins/org.eclipse.jpt.common.ui/property_files/jpt_common_ui.properties
+++ b/common/plugins/org.eclipse.jpt.common.ui/property_files/jpt_common_ui.properties
@@ -25,4 +25,4 @@ PackageChooserPane_dialogMessage=&Enter package name prefix or pattern (* = any
EnumComboViewer_default=Default ()
EnumComboViewer_defaultWithDefault=Default ({0})
NewNameStateObject_nameMustBeSpecified=A name must be specified.
-NewNameStateObject_nameAlreadyExists=A query with this name already exists.
+NewNameStateObject_nameAlreadyExists=An object with this name already exists.

Back to the top