Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoribull2010-01-14 00:56:08 +0000
committeribull2010-01-14 00:56:08 +0000
commit743cabf3f51577b42ae9aa5659f28475d6682d6c (patch)
tree7ddfcefb262c22dac92553dd885b2195144662c3 /bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
parent8762c73dee7733eceb3f1043e7d7a43b25d6106b (diff)
downloadrt.equinox.p2-743cabf3f51577b42ae9aa5659f28475d6682d6c.tar.gz
rt.equinox.p2-743cabf3f51577b42ae9aa5659f28475d6682d6c.tar.xz
rt.equinox.p2-743cabf3f51577b42ae9aa5659f28475d6682d6c.zip
Bug 298132 - [ui] Available software site in non-pref page uses improper layouts. This fixes the link / preferences issue.
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 6ee7196b3..f99796533 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
@@ -98,7 +98,7 @@ RepositoryManipulatorDropTarget_DragAndDropJobLabel=Drag and Drop Operation
RepositoryManipulatorDropTarget_DragSourceNotValid={0} was not accepted as a valid software site location. Check the details.
RepositoryNameAndLocationDialog_Title=Edit Site
RepositorySelectionGroup_GenericSiteLinkTitle=<a>Work with the list of software sites</a>
-RepositorySelectionGroup_PrefPageLink=Find more software by working with the <a>'{0}'</a> preferences.
+RepositorySelectionGroup_PrefPageLink=Find more software by working with the <a>"{0}"</a> preferences.
RepositorySelectionGroup_PrefPageName=Software Sites
ResolutionWizardPage_Canceled=The operation was cancelled.
ResolutionWizardPage_ErrorStatus=The operation cannot be completed. See the details.

Back to the top