diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-04-05 18:37:03 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-04-05 18:37:03 +0200 |
commit | 8235e7b3c8c64095c7bae824f783d6ea3f1ab018 (patch) | |
tree | 4b0fec308d4dca370bf5557ce539a9e8327cced1 /plugins/sonar-l10n-en-plugin/src | |
parent | dedeee7c09f52d0b78302471de2660043ee5c27d (diff) | |
download | sonarqube-8235e7b3c8c64095c7bae824f783d6ea3f1ab018.tar.gz sonarqube-8235e7b3c8c64095c7bae824f783d6ea3f1ab018.zip |
SONAR-3396 The widget title should be "Lines" instead of "Lines of code" when the measure ncloc is not present
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 | 1 |
1 files changed, 1 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 bb4cd1a46ca..1e8762acc4e 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 @@ -659,6 +659,7 @@ widget.rules.removed=Removed: widget.size.name=Size metrics widget.size.description=Reports general metrics on the size of the project. widget.size.lines_of_code=Lines of code +widget.size.lines=Lines widget.size.generated.suffix=\ generated widget.size.lines.suffix=\ lines widget.size.statements.suffix=\ statements |