From afafb7dc35a9c39d2167fba1e3ac21550a4948fd Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Fri, 27 Nov 2015 16:26:47 +0100 Subject: SONAR-7065 Add tooltips for complexity distribution bars on the overview page --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sonar-core/src/main') 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} + #------------------------------------------------------------------------------ # -- cgit v1.2.3