Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2015-12-04 21:35:52 +0000
committerPascal Rapicault2016-03-17 12:57:44 +0000
commitb11afb1607d18f4089b084654900985c0113c30d (patch)
treeeeaa7da84250ed00039423b6e07659a9480d9eb0 /bundles/org.eclipse.equinox.p2.operations
parentd41d8ba53a0e820a499f117df890ca2229749e75 (diff)
downloadrt.equinox.p2-b11afb1607d18f4089b084654900985c0113c30d.tar.gz
rt.equinox.p2-b11afb1607d18f4089b084654900985c0113c30d.tar.xz
rt.equinox.p2-b11afb1607d18f4089b084654900985c0113c30d.zip
Gives hint and link to suggest edition of available sites to user. Change-Id: If02a8d7436dc3e9f7fdffab6b28eed988c4d44a2 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.operations')
-rw-r--r--bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/internal/p2/operations/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/internal/p2/operations/messages.properties b/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/internal/p2/operations/messages.properties
index 4148611df..adbaba443 100644
--- a/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/internal/p2/operations/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/internal/p2/operations/messages.properties
@@ -28,7 +28,7 @@ PlanAnalyzer_IgnoringImpliedDowngrade="{0}" will be ignored because a newer vers
PlanAnalyzer_ImpliedUpdate="{0}" is already installed, so an update will be performed instead.
PlanAnalyzer_Items=Items
PlanAnalyzer_NothingToDo=Cannot complete the request. See the error log for details.
-PlanAnalyzer_NoUpdates=No updates were found.
+PlanAnalyzer_NoUpdates=No updates were found in <A>available software sites</A>.
PlanAnalyzer_AlreadyInstalled="{0}" will be ignored because it is already installed.
PlanAnalyzer_AnotherOperationInProgress=Cannot continue the operation. There is another install operation in progress.
PlanAnalyzer_RequestAltered=Your original request has been modified.

Back to the top