Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Maeder2004-06-03 13:13:37 +0000
committerThomas Maeder2004-06-03 13:13:37 +0000
commitf779af267a8c15bae3e47073ca6428d67a785b91 (patch)
treec5c97c69fa3d65fd5564dd1bf102285f774160fb /org.eclipse.search/new search/org
parent601e0c6c74cf18d58d9171e81ef2d3e87a3d0433 (diff)
downloadeclipse.platform.text-f779af267a8c15bae3e47073ca6428d67a785b91.tar.gz
eclipse.platform.text-f779af267a8c15bae3e47073ca6428d67a785b91.tar.xz
eclipse.platform.text-f779af267a8c15bae3e47073ca6428d67a785b91.zip
fix for bug 64970
Diffstat (limited to 'org.eclipse.search/new search/org')
-rw-r--r--org.eclipse.search/new search/org/eclipse/search2/internal/ui/SearchMessages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.search/new search/org/eclipse/search2/internal/ui/SearchMessages.properties b/org.eclipse.search/new search/org/eclipse/search2/internal/ui/SearchMessages.properties
index ddb56180288..a6b8708575a 100644
--- a/org.eclipse.search/new search/org/eclipse/search2/internal/ui/SearchMessages.properties
+++ b/org.eclipse.search/new search/org/eclipse/search2/internal/ui/SearchMessages.properties
@@ -6,7 +6,7 @@ SearchAgainAction.tooltip=Run the Current Search Again
SearchDropDownAction.label=Previous Searches
SearchDropDownAction.tooltip=Show Previous Searches
SearchesDialog.remove.label=Remove
-SearchDropDownAction.running.message= (running)
+SearchDropDownAction.running.message=\ (running)
SearchView.refresh_progress_job.label=Refresh Search Progress
SearchView.update_title_job.name=Update Search Results View
ShowSearchesAction.label=Show Searches

Back to the top