Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2009-05-11 21:49:28 +0000
committerJohn Arthorne2009-05-11 21:49:28 +0000
commitba9c7036a0fbb7e1916c7878d14d829a22509249 (patch)
treeca07f31bb43914b1c57e2634e7460ca7674acc70 /bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
parent5200d9666addd90f35fc3485e9912719b7a97e33 (diff)
downloadrt.equinox.p2-ba9c7036a0fbb7e1916c7878d14d829a22509249.tar.gz
rt.equinox.p2-ba9c7036a0fbb7e1916c7878d14d829a22509249.tar.xz
rt.equinox.p2-ba9c7036a0fbb7e1916c7878d14d829a22509249.zip
Bug 275252 [ui] Selecting a disabled site in the autocomplete no longer enables the site
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties2
1 files changed, 1 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 10c8720d7..1357b6840 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
@@ -134,7 +134,7 @@ UpdateAction_UpdatesAvailableMessage=Check the updates that you wish to install.
UpdateAction_UpdatesAvailableTitle=Available Updates
UpdateOperation_NothingToUpdate=There is nothing to update.
UpdateOrInstallWizardPage_Size=Size: {0}
-URLValidator_UnrecognizedURL=The location {0} is not recognized.
+URLValidator_UnrecognizedURL=The location {0} is not a valid software site location.
UpdateManagerCompatibility_ExportSitesTitle=Export Sites
UpdateManagerCompatibility_ImportSitesTitle=Import Sites
UpdateManagerCompatibility_InvalidSiteFileMessage=The selected file does not contain any updates sites. Please select another file.

Back to the top