summaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-03-29 15:41:54 +0200
committerStas Vilchik <vilchiks@gmail.com>2016-03-29 15:41:54 +0200
commit52fc65046aabc68ccca12e9beb312e04aa65e558 (patch)
tree57ae18b778b91a76d295518805c3e1f86d507ceb /sonar-core
parentb4c0b9c51c178c17aa6df88c9761187286dccb45 (diff)
downloadsonarqube-52fc65046aabc68ccca12e9beb312e04aa65e558.tar.gz
sonarqube-52fc65046aabc68ccca12e9beb312e04aa65e558.zip
rename Show Details to Show Measures
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
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 6df4863e37d..b2d255ef3e5 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2973,7 +2973,7 @@ component_viewer.covered_lines=Covered Lines
component_viewer.issues_limit_reached=For usability reasons, only the {0} first issues will be fully displayed. Remaining issues will simply be underlined.
component_viewer.issues_limit_reached_tooltip={0}\n\nRefine your filter to be able to see the details of this issue.
component_viewer.cannot_show=We're sorry, but something went wrong. Please try back in a few minutes and contact support if the problem persists.
-component_viewer.show_details=Show Details
+component_viewer.show_details=Show Measures
component_viewer.show_all_measures=Show all measures
component_viewer.no_component=The component has been removed or never existed.