diff options
author | Freddy Mallet <freddy.mallet@gmail.com> | 2012-12-09 09:09:30 +0100 |
---|---|---|
committer | Freddy Mallet <freddy.mallet@gmail.com> | 2012-12-09 09:09:30 +0100 |
commit | 07e6fe7dddb65bb8018c700ff3791dd5ac083b96 (patch) | |
tree | 912de68f38b1e7589c4b415ef8aaf95a60fa6517 /plugins | |
parent | fbe45b36842750685115e635d01e8ab074d0f516 (diff) | |
download | sonarqube-07e6fe7dddb65bb8018c700ff3791dd5ac083b96.tar.gz sonarqube-07e6fe7dddb65bb8018c700ff3791dd5ac083b96.zip |
SONAR-3824 Replace LOC by LOCs for the abbreviation of Lines of Code
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index 1e99adb7179..dc5b9a1828e 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -1585,7 +1585,7 @@ metric.lines.description=Lines metric.ncloc.name=Lines of code metric.ncloc.description=Non Commenting Lines of Code -metric.ncloc.abbreviation=LOC +metric.ncloc.abbreviation=LOCs metric.packages.name=Packages metric.packages.description=Packages |