Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gvozdev2011-09-22 18:05:56 +0000
committerAndrew Gvozdev2011-09-22 18:06:24 +0000
commit6d6ddb397dd432871769786b3574d063fb5fe2cd (patch)
treef98fc64a4fe67f4e531079932faffbec4e64948d /build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties
parent51d0857bd2e5c734449b1438127beffe5485bde6 (diff)
downloadorg.eclipse.cdt-6d6ddb397dd432871769786b3574d063fb5fe2cd.tar.gz
org.eclipse.cdt-6d6ddb397dd432871769786b3574d063fb5fe2cd.tar.xz
org.eclipse.cdt-6d6ddb397dd432871769786b3574d063fb5fe2cd.zip
bug 358605: Cosmetics. Renamed some local variables, fixed warnings,
changed wording in error message.
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties b/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties
index 9b176b659e6..7bd9281d8e1 100644
--- a/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties
+++ b/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties
@@ -235,7 +235,7 @@ NewConfiguration_label_clone=Existing configuration:
NewConfiguration_label_warning=Note: The configuration name will be used as a directory name in the file system. Please ensure that it is valid for your platform.
NewConfiguration_error_duplicateName=A configuration named "{0}" already exists.
NewConfiguration_error_caseName=A configuration name that differs only in case to "{0}" exists.
-NewConfiguration_error_invalidName=The name "{0}" is invalid.
+NewConfiguration_error_invalidName=Special characters are not allowed in the name.
# ----------- Build Tool Settings -----------
BuildToolSettingsPage_alloptions=All options:

Back to the top