Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-09-19 14:09:37 +0000
committerMickael Istria2019-09-19 14:09:37 +0000
commitb5b8714a943abd86bd55c942b73c3ab2544e16c1 (patch)
tree021c98da2b8440d68efd639226da9a3731591942 /org.eclipse.text.quicksearch
parent0696ed18f699320d694dd8efa2ea68b6c192ae90 (diff)
downloadeclipse.platform.text-b5b8714a943abd86bd55c942b73c3ab2544e16c1.tar.gz
eclipse.platform.text-b5b8714a943abd86bd55c942b73c3ab2544e16c1.tar.xz
eclipse.platform.text-b5b8714a943abd86bd55c942b73c3ab2544e16c1.zip
Bug 550057 - [Quicksearch] missing mnemonics
Change-Id: If8947496324da5baad6191871ea295f7ec4573b6 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'org.eclipse.text.quicksearch')
-rw-r--r--org.eclipse.text.quicksearch/plugin.properties2
-rw-r--r--org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/ui/messages.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.text.quicksearch/plugin.properties b/org.eclipse.text.quicksearch/plugin.properties
index 2bffb3fa9fc..35b84c91817 100644
--- a/org.eclipse.text.quicksearch/plugin.properties
+++ b/org.eclipse.text.quicksearch/plugin.properties
@@ -15,5 +15,5 @@ pluginName= Quick Search
providerName= Eclipse.org
searchMenu.label= Se&arch
quickSearch.label= Quick Search
-quickSearch.ellipsis= Quick Search...
+quickSearch.ellipsis= &Quick Search...
quickSearch.tooltip=Search for a text pattern in the workspace
diff --git a/org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/ui/messages.properties b/org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/ui/messages.properties
index 9797bb8251a..5b5c8f768ae 100644
--- a/org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/ui/messages.properties
+++ b/org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/ui/messages.properties
@@ -8,7 +8,7 @@ QuickSearchPreferencesPage_Ignored_Prefixes=Ignored Prefixes
QuickSearchPreferencesPage_Ignored_Names=Ignored Names
QuickSearchDialog_Open=&Open
QuickSearchDialog_Refresh=&Refresh
-QuickSearchDialog_In=in:
+QuickSearchDialog_In=&in:
QuickSearchDialog_InTooltip=Search in (comma-separated list of '.gitignore' style inclusion patterns)
QuickSearchDialog_line=Line
QuickSearchDialog_text=Text
@@ -20,5 +20,5 @@ QuickSearchDialog_caseSensitive_toggle=Case sensitive
QuickSearchDialog_title=Quick Search
QuickSearchDialog_caseSensitive_label=Case SENSITIVE
QuickSearchDialog_caseInsensitive_label=Case INSENSITIVE
-QuickSearchDialog_patternHint=Pattern (? = any character, * = any string)
+QuickSearchDialog_patternHint=&Pattern (? = any character, * = any string)
QuickTextSearch_updateMatchesJob=Update matches \ No newline at end of file

Back to the top