Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2011-08-15 22:25:31 +0000
committerChris Goldthorpe2011-08-15 22:25:31 +0000
commit38c6e9d7aab7c16dc094795245c7eef200dd2aa9 (patch)
treecbe2f10171d68cb60feac7fc297dcd56dc9f5af2 /org.eclipse.help.ui/src
parent77238cb825a038bb12bf80b524959affe3d5b59c (diff)
downloadeclipse.platform.ua-38c6e9d7aab7c16dc094795245c7eef200dd2aa9.tar.gz
eclipse.platform.ua-38c6e9d7aab7c16dc094795245c7eef200dd2aa9.tar.xz
eclipse.platform.ua-38c6e9d7aab7c16dc094795245c7eef200dd2aa9.zip
Bug 349700 - [Help] Extra mnemonic in properties file
Diffstat (limited to 'org.eclipse.help.ui/src')
-rw-r--r--org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.properties b/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.properties
index aad239529..027531ba3 100644
--- a/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.properties
+++ b/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.properties
@@ -104,7 +104,7 @@ ScopeSetDialog_defaultName=scope
ScopeSet_errorLoading=Error loading the scope set: {0}
ScopeSet_errorSaving=Error saving the scope set: {0}
ScopeSet_selectAll=Show &all topics
-ScopeSet_selectWorkingSet=Show &only the following &topics:
+ScopeSet_selectWorkingSet=Show &only the following topics:
RenameDialog_wtitle = Rename Scope Set
NewDialog_wtitle = New Scope Set

Back to the top