Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2018-09-20 14:37:16 +0000
committerMickael Istria2018-09-21 10:19:13 +0000
commit48854e9923d97a5a50b3d801a29140a40518c6a0 (patch)
tree938d0f70b275ea1fa54b93cac4053a4cd6a77b74 /bundles/org.eclipse.equinox.p2.operations/src
parent9ccdd42a0095979b8dfb6e38c0d9d5d7561434d0 (diff)
downloadrt.equinox.p2-48854e9923d97a5a50b3d801a29140a40518c6a0.tar.gz
rt.equinox.p2-48854e9923d97a5a50b3d801a29140a40518c6a0.tar.xz
rt.equinox.p2-48854e9923d97a5a50b3d801a29140a40518c6a0.zip
Improve No Updates Found message
Make users more interested in going to the preference page. Change-Id: I962e19afbc58bc8ee17ef053dcc50ae17f751762 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.operations/src')
-rw-r--r--bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/internal/p2/operations/messages.properties3
1 files changed, 2 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 1a49131ca..9c8491cdf 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
@@ -31,7 +31,8 @@ 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 in <A>available software sites</A>.
+PlanAnalyzer_NoUpdates=PlanAnalyzer_NoUpdates=No updates found.\n\
+Configure <A>available software sites</A> to reach more content.
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