Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2010-01-19 18:59:32 +0000
committerJohn Arthorne2010-01-19 18:59:32 +0000
commitde73559a5e4f80a6983a852b985653711292edc0 (patch)
treea6f39d7d9fcd5e4b276be93e9ead624abbc56ea4 /bundles/org.eclipse.equinox.frameworkadmin.equinox
parentd5eb4a55dc22ef69eaed87c6759b126e23e4547d (diff)
downloadrt.equinox.p2-de73559a5e4f80a6983a852b985653711292edc0.tar.gz
rt.equinox.p2-de73559a5e4f80a6983a852b985653711292edc0.tar.xz
rt.equinox.p2-de73559a5e4f80a6983a852b985653711292edc0.zip
fixed typo
Diffstat (limited to 'bundles/org.eclipse.equinox.frameworkadmin.equinox')
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/messages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/messages.properties b/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/messages.properties
index b2616f88a..a5d0d5083 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/messages.properties
+++ b/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/messages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2008 IBM Corporation and others.
+# Copyright (c) 2008, 2010 IBM Corporation 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
@@ -36,5 +36,5 @@ log_failed_make_absolute=Failed to create absolute path for {0}.
log_failed_make_relative=Failed to create relative path for {0}.
exception_unexpectedfwConfigLocation=The specified framework configuration ({0}) location is not a directory but its name does NOT equal \"{1}\".
-exception_persistantLocationNotEqualConfigLocation=The framework persistant data location ({0}) is not the same as the framework configuration location ({1}).
-exception_noLocations=No locations are set (framework configuration, persistant data, or launcher home).
+exception_persistantLocationNotEqualConfigLocation=The framework persistent data location ({0}) is not the same as the framework configuration location ({1}).
+exception_noLocations=No locations are set (framework configuration, persistent data, or launcher home).

Back to the top