aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-11-21 14:48:40 +0100
committerStas Vilchik <vilchiks@gmail.com>2014-11-21 15:15:52 +0100
commitc36f2e731414c844661c7d39d4958f05e4b1d1c0 (patch)
treed786eb64e9e0096c84c00854b492f1db03dc0bfd /sonar-core/src
parent8fbb72e42255f1f2232d7c44b6c364dce7dce400 (diff)
downloadsonarqube-c36f2e731414c844661c7d39d4958f05e4b1d1c0.tar.gz
sonarqube-c36f2e731414c844661c7d39d4958f05e4b1d1c0.zip
SONAR-5544 Make the Complexity widget comply with the new SonarQube widget Look and Feel
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties1
1 files changed, 0 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 b4adf371377..32c52343264 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1084,7 +1084,6 @@ widget.complexity.description=Reports on complexity, average complexity and comp
widget.complexity.per_method.suffix=\ /function
widget.complexity.per_class.suffix=\ /class
widget.complexity.per_file.suffix=\ /file
-widget.complexity.total=Total
widget.custom_measures.name=Custom Measures
widget.custom_measures.description=Displays a list of selected measures.