Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties')
-rw-r--r--org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties b/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties
index 57080a0740e..d84b0fee01d 100644
--- a/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties
+++ b/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties
@@ -13,6 +13,8 @@ SearchManager.resourceDeleted=Some of the resources no longer exist. Correspondi
SearchManager.updating=Updating...
SearchResultView.title=Search
+SearchResultView.titleWithOneMatch=Search (1 match)
+SearchResultView.titleWithMatches=Search ({0} matches)
SearchResultView.matches=matches
SearchResultView.removed_resource=<removed resource>
SearchResultView.removeAllResults.text=Remove &All
@@ -76,6 +78,7 @@ Search.Error.incorrectIconLocation.title=Search Error
Search.Error.incorrectIconLocation.message=Invalid icon location
SearchResultCollector.matches=matches
+SearchResultCollector.match=match
SearchResultCollector.done=Search done
SearchPage.expression.label=Se&arch Expression
@@ -101,7 +104,8 @@ OtherSearchesDialog.message=&Select one of the searches
PreviousSearchesDialog.title=Previous Searches
PreviousSearchesDialog.message=&Select one of the searches
-TextSearchOperation.descriptionPostfix=\ - {0} Occurrences
+# The first argument will be replaced by the pattern, the second by the count
+TextSearchOperation.descriptionPostfix="{0}" - Occurrences: {1}
TypedResourceVisitor.unknownResourceType=Unknown resource type

Back to the top