Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSusan Franklin2009-03-18 20:09:23 +0000
committerSusan Franklin2009-03-18 20:09:23 +0000
commit7c0d3c4ffb0180d1e84f4233de41d3b708d5f64b (patch)
tree41d59b2de85c93b54270de33e7d669e177bd9dab /bundles/org.eclipse.equinox.p2.ui
parentecb1481a542aa2d2716af9f56596e16ecb8f477c (diff)
downloadrt.equinox.p2-7c0d3c4ffb0180d1e84f4233de41d3b708d5f64b.tar.gz
rt.equinox.p2-7c0d3c4ffb0180d1e84f4233de41d3b708d5f64b.tar.xz
rt.equinox.p2-7c0d3c4ffb0180d1e84f4233de41d3b708d5f64b.zip
Bug 267853 - [ui] Include site names in Available Software's "work with" combo box
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
index 413fc3a4d..39b81ed8e 100644
--- a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
@@ -205,7 +205,8 @@ AvailableIUsPage_GotoProperties=<a>More...</a>
AvailableIUsPage_GroupByCategory=&Group items by category
AvailableIUsPage_HideInstalledItems=&Hide items that are already installed
AvailableIUsPage_LocalSites=Only Local Sites
-AvailableIUsPage_NameWithLocation={0} - {1}
+# Usage is when a site's name is shown adjacent to its URL, such as "http://update.example.com (Example Site)"
+AvailableIUsPage_NameWithLocation={1} ({0})
AvailableIUsPage_NoSites=type or select a site
AvailableIUsPage_RepoFilterInstructions=You can type a new site name and press 'Enter' to view software from that site.
AvailableIUsPage_RepoFilterLabel=&Work with:

Back to the top