Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2002-03-19 18:01:00 +0000
committerJohn Arthorne2002-03-19 18:01:00 +0000
commitd90abb8c18fa0f03acfeb604ea8d77904c5a9c77 (patch)
treed22de2a737cc7d2957e24ee0f456caa33fffa5e0
parent99d0fcb2daec518a3123946ef039e7307cfdba78 (diff)
downloadeclipse.platform.resources-d90abb8c18fa0f03acfeb604ea8d77904c5a9c77.tar.gz
eclipse.platform.resources-d90abb8c18fa0f03acfeb604ea8d77904c5a9c77.tar.xz
eclipse.platform.resources-d90abb8c18fa0f03acfeb604ea8d77904c5a9c77.zip
added comment for repaired .project file
-rw-r--r--bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/utils/messages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/utils/messages.properties b/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/utils/messages.properties
index 0636a2afe..61253d18d 100644
--- a/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/utils/messages.properties
+++ b/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/utils/messages.properties
@@ -128,8 +128,8 @@ resources.invalidProjDesc = Invalid project description.
resources.invalidRoot = Root (/) is an invalid resource path.
resources.invalidWhitespace = Names cannot begin or end with whitespace.
resources.markerNotFound = Marker id: {0} not found.
-resources.missingProjectMeta = The .project file for project {0} is missing. This is file contains\nimportant information about the project. The project will not function properly until this file is restored.
-resources.moveMet = Move requirements met.
+resources.missingProjectMeta = The .project file for project {0} is missing. This file contains\nimportant information about the project. The project will not function properly until this file is restored.
+resources.missingProjectMetaRepaired = The .project file for project {0} was missing. This file contains\nimportant information about the project. A new .project file has been\ncreated, but some information about the project may have been lost. resources.moveMet = Move requirements met.
resources.moveMeta = Error moving metadata area from {0} to {1}.
resources.moveNotMet = Move requirements not met.
resources.moveProblem = Problems encountered while moving resources.
@@ -160,7 +160,7 @@ resources.projectDescSync = Could not set the project description for {0} \nbeca
resources.reading = Reading.
resources.readingSnap = Reading snapshot.
resources.readMeta = Could not read metadata for: {0}.
-resources.readProjectMeta = Failed to read the project description file for {0}. The file has been \nchanged on disk, and it now contains invalid information. The project will not \nfunction properly until the description file is restored to a valid state. resources.readProjectTree = Problems reading project tree.
+resources.readProjectMeta = Failed to read .project file for {0}. The file has been \nchanged on disk, and it now contains invalid information. The project will not \nfunction properly until the description file is restored to a valid state. resources.readProjectTree = Problems reading project tree.
resources.readSync = Errors reading syncinfo file: {0}.
resources.readWorkspaceMeta = Could not read workspace metadata.
resources.readWorkspaceSnap = Problems reading workspace tree snapshot.

Back to the top