Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2010-10-11 19:59:55 +0000
committerChris Goldthorpe2010-10-11 19:59:55 +0000
commitb9ec68386c09b14e58775962cf6b47957323bfd2 (patch)
tree57bc5bb127683a047a38cfa0ae94b3f1a2b1815b /org.eclipse.help.webapp/src/org/eclipse
parent2811ead829db3e54ec0e233d80602c5a417d24d5 (diff)
downloadeclipse.platform.ua-b9ec68386c09b14e58775962cf6b47957323bfd2.tar.gz
eclipse.platform.ua-b9ec68386c09b14e58775962cf6b47957323bfd2.tar.xz
eclipse.platform.ua-b9ec68386c09b14e58775962cf6b47957323bfd2.zip
Bug 305895 - [Webapp] Need an indication that a filter has been applied - add show all link
Diffstat (limited to 'org.eclipse.help.webapp/src/org/eclipse')
-rw-r--r--org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/WebappResources.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/WebappResources.properties b/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/WebappResources.properties
index f3d141e6b..5b2f324e4 100644
--- a/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/WebappResources.properties
+++ b/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/WebappResources.properties
@@ -39,7 +39,8 @@ QuickSearchTopic=Search selected topic
QuickSearchToc=Search selected topic and all subtopics
TocHeading=Contents
Close=Close
-activeScope=Results for scope {0}
+activeScope=Scope {0}:
+showAllLink=Show all
Nothing_found=Nothing found.
Nothing_found_in_scope=Nothing found in scope {0}.
Indexing=Indexing...

Back to the top