diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-11-27 16:26:47 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-11-27 16:28:16 +0100 |
commit | afafb7dc35a9c39d2167fba1e3ac21550a4948fd (patch) | |
tree | 8cdb47f896456aa62cb46eca95739903b2b57256 /sonar-core | |
parent | ade8512f9a8a922c91d7285d3a1ee265bf90b258 (diff) | |
download | sonarqube-afafb7dc35a9c39d2167fba1e3ac21550a4948fd.tar.gz sonarqube-afafb7dc35a9c39d2167fba1e3ac21550a4948fd.zip |
SONAR-7065 Add tooltips for complexity distribution bars on the overview page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 insertions, 0 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 cd8c9af424a..9dca2e81f50 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3146,6 +3146,9 @@ overview.chart.files=Files overview.chart.components=Components overview.chart.history=History +overview.complexity_tooltip.function={0} functions have complexity around {1} +overview.complexity_tooltip.file={0} files have complexity around {1} + #------------------------------------------------------------------------------ # |