aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorStas Vilchik <stas-vilchik@users.noreply.github.com>2017-05-09 17:53:29 +0200
committerGitHub <noreply@github.com>2017-05-09 17:53:29 +0200
commit72e45fffdea16673f257cb80b40269e73ccffaba (patch)
tree5684e5790e20da795b6f4f10c4343e42386364fb /sonar-core/src
parent56fd51b9750c20b1c502789c37632d3e60012b0f (diff)
downloadsonarqube-72e45fffdea16673f257cb80b40269e73ccffaba.tar.gz
sonarqube-72e45fffdea16673f257cb80b40269e73ccffaba.zip
MMF-661 rework search (#2030)
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
index 7671a1d216d..42cdecd025a 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -588,6 +588,7 @@ portfolios.page=Portfolios
project_activity.page=Activity
project_activity.page.description=The page shows the history of project analyses.
+
#------------------------------------------------------------------------------
#
# ASYNC PROCESS
@@ -1013,7 +1014,8 @@ property.category.scm=SCM
#------------------------------------------------------------------------------
search.results=results
search.duration=({0} seconds)
-search.shortcut=Press S to quickly open search bar
+search.shortcut_hint=Hint: Press <span class="shortcut-button">{0}</span> from anywhere to open this search bar.
+search.placeholder=Search for projects, modules and files...
#------------------------------------------------------------------------------