summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2012-10-09 11:07:33 +0200
committerDavid Gageot <david@gageot.net>2012-10-09 14:58:34 +0200
commit062362c9c68e79cfbe6b0d0efd422d4f837cae6b (patch)
tree47ec2d9cb43159ddf0144172969637078a3b769a /plugins
parenta713e3591c2079580ac4dc9f390ed4eb3e42124c (diff)
downloadsonarqube-062362c9c68e79cfbe6b0d0efd422d4f837cae6b.tar.gz
sonarqube-062362c9c68e79cfbe6b0d0efd422d4f837cae6b.zip
SONAR-2804 Improve GUI
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties5
1 files changed, 3 insertions, 2 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 b8a4d8143c6..6c6f94d43bb 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
@@ -975,9 +975,10 @@ duplications.collapse=Collapse
#
#------------------------------------------------------------------------------
coverage_viewer.on_new_code=On new code
-coverage_viewer.by.unit_tests=By UTs
+coverage_viewer.by=by unit tests
+it_coverage_viewer.by=by integration tests
+overall_coverage_viewer.by=by all tests
coverage_viewer.unit_tests=Unit Tests
-coverage_viewer.by.integration_tests=By ITs
coverage_viewer.integration_tests=Integration Tests
coverage_viewer.overall_tests=All Tests