Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties4
1 files changed, 3 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 16a7d2ea8a7..06bd04cbf5e 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
@@ -100,8 +100,10 @@ OtherSearchesDialog.message= &Select one of the searches
PreviousSearchesDialog.title= Previous Searches
PreviousSearchesDialog.message= &Select one of the searches
-# The first argument will be replaced by the pattern, the second by the count and the last by the scope
+# The first argument will be replaced by the pattern, the second by the scope
TextSearchOperation.singularLabelPostfix= "{0}" - 1 Occurrence in {1}
+
+# The first argument will be replaced by the pattern, the second by the count and the last by the scope
TextSearchOperation.pluralLabelPatternPostfix= "{0}" - {1} Occurrences in {2}
TypedResourceVisitor.unknownResourceType= Unknown resource type

Back to the top