aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-l10n-en-plugin/src
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2012-03-27 10:54:49 +0200
committerFabrice Bellingard <bellingard@gmail.com>2012-03-27 10:55:34 +0200
commite4fa987e3d3426c01f0b8e3c34cb6c4acfbe85bd (patch)
treeb917619d7a2d78a4b49c58083a06687866b50cf6 /plugins/sonar-l10n-en-plugin/src
parenta09edd5d2186ae5bb88616e2d551fac1690634bd (diff)
downloadsonarqube-e4fa987e3d3426c01f0b8e3c34cb6c4acfbe85bd.tar.gz
sonarqube-e4fa987e3d3426c01f0b8e3c34cb6c4acfbe85bd.zip
SONAR-3357 Improve the "Violations" widget
- replace "On new code" label by "Added" - replace "On old code" label by "Removed"
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r--plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
index d41cd3320c9..21c9bcb712f 100644
--- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
+++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
@@ -654,6 +654,8 @@ widget.rules.violations=Violations
widget.rules.rules_compliance=Rules compliance
widget.rules.on_new_code=On new code:
widget.rules.on_old_code=On old code:
+widget.rules.added=Added:
+widget.rules.removed=Removed:
widget.size.name=Size metrics
widget.size.description=Reports general metrics on the size of the project.