Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Schorn2008-05-23 08:47:27 +0000
committerMarkus Schorn2008-05-23 08:47:27 +0000
commitaf9ee1b9c9e8325b73ee9356ea0073cf197bced0 (patch)
tree8e0b84b586ccb163f5dd1c4f4c121fbba658724f /core/org.eclipse.cdt.core/templateengine
parentd39f018db6bef040b410367d5c4e67a7049a152e (diff)
downloadorg.eclipse.cdt-af9ee1b9c9e8325b73ee9356ea0073cf197bced0.tar.gz
org.eclipse.cdt-af9ee1b9c9e8325b73ee9356ea0073cf197bced0.tar.xz
org.eclipse.cdt-af9ee1b9c9e8325b73ee9356ea0073cf197bced0.zip
Fix broken NLS strings in core-plugin, bug 233308.
Diffstat (limited to 'core/org.eclipse.cdt.core/templateengine')
-rw-r--r--core/org.eclipse.cdt.core/templateengine/org/eclipse/cdt/core/templateengine/process/processes/messages.properties7
1 files changed, 2 insertions, 5 deletions
diff --git a/core/org.eclipse.cdt.core/templateengine/org/eclipse/cdt/core/templateengine/process/processes/messages.properties b/core/org.eclipse.cdt.core/templateengine/org/eclipse/cdt/core/templateengine/process/processes/messages.properties
index ff751b4f6be..7bb543cff5c 100644
--- a/core/org.eclipse.cdt.core/templateengine/org/eclipse/cdt/core/templateengine/process/processes/messages.properties
+++ b/core/org.eclipse.cdt.core/templateengine/org/eclipse/cdt/core/templateengine/process/processes/messages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2007 Symbian Software Limited and others.
+# Copyright (c) 2007, 2008 Symbian Software Limited and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -30,7 +30,7 @@ SetMBSStringListOptionValues.0=SetMBSStringListOptionValues failure:
SetMBSStringListOptionValues.3=SetMBSStringListOptionValues failure: No such file exists:
NewManagedProject.3=New Project failure:
NewManagedProject.4=New Project failure: No Configurations specified for
-NewManagedProject.5=New Project failure: project already existing in work space:
+#NewManagedProject.5=New Project failure: project already existing in work space:
AppendCreate.1=Add File failure: template source not found:
AppendCreate.2=Append failure: template source not found:
AppendCreate.3=Append failure: cannot read template source:
@@ -49,9 +49,6 @@ Copy.1=Copy failure: template source not found:
Copy.3=Copy failure: cannot read template source:
Copy.4=Copy failure: failed while copying contents.
Copy.5=Copy failure: failed while copying contents.
-NewProject.7=New Project failure:
-NewProject.8=New Project failure:
-NewProject.9=New Project failure: project already existing in work space:
Append.0=Add File failure: template source not found:
Append.1=Copy failure: template source not found:
Append.3=Copy failure: cannot read template source:

Back to the top