diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-03-27 10:54:49 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-03-27 10:55:34 +0200 |
commit | e4fa987e3d3426c01f0b8e3c34cb6c4acfbe85bd (patch) | |
tree | b917619d7a2d78a4b49c58083a06687866b50cf6 /plugins/sonar-l10n-en-plugin/src | |
parent | a09edd5d2186ae5bb88616e2d551fac1690634bd (diff) | |
download | sonarqube-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.properties | 2 |
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. |