Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties')
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties b/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
index 68453f70a..33689fcb8 100644
--- a/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
@@ -37,7 +37,8 @@ sar_reportStatus=Problems downloading artifact: {0}.
mirror_alreadyExists=Artifact: {0} already exists in repository: {1}.
-message_childrenRepos = Messages while trying children repositories.
+message_artifactsFromChildRepos=Messages while reading artifacts from child repositories
+message_problemReadingArtifact=Problems while reading artifacts from {0}
exception_comparatorNotFound = The Artifact Comparator {0} was not found.
exception_noComparators = No Artifact Comparators are available.

Back to the top