diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-09-21 15:13:58 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-09-25 13:18:37 +0200 |
commit | 544f801417477cfea59d1ec4067d4d2484aa2816 (patch) | |
tree | 7b5aad981fa624324395d29c24dfdbb9c8ba37c1 /sonar-core | |
parent | 83a1a2b70b11cd2ccee93216851fadc49f09111d (diff) | |
download | sonarqube-544f801417477cfea59d1ec4067d4d2484aa2816.tar.gz sonarqube-544f801417477cfea59d1ec4067d4d2484aa2816.zip |
SONAR-9689 Replaced file navigation button with j/k shortcut in measures page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 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 ec8038ea2ec..4ac106215fe 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2965,7 +2965,7 @@ component_measures.no_history=There is no historical data. component_measures.not_found=The requested measure was not found. component_measures.to_select_files=to select files component_measures.to_navigate=to navigate -component_measures.to_navigate_back=to navigate back +component_measures.to_navigate_files=to next/previous file component_measures.overview.project_overview.facet=Project Overview component_measures.overview.project_overview.title=Risk |