diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-07-24 09:28:26 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-07-24 09:28:35 +0200 |
commit | e55403cbaa10eedf405ed8eb9d10a44417d476f8 (patch) | |
tree | 917be0440a0ac1669427d1262ee46cd5a8c8dc66 /sonar-core | |
parent | ef9869ca12457efb552c7abd4517c334ed839c66 (diff) | |
download | sonarqube-e55403cbaa10eedf405ed8eb9d10a44417d476f8.tar.gz sonarqube-e55403cbaa10eedf405ed8eb9d10a44417d476f8.zip |
SONAR-3513 Feedback applied
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 8d538ffb626..d69d7f43d0c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2651,7 +2651,7 @@ component_viewer.measure_section.issues=Issues component_viewer.measure_section.sqale=SQALE component_viewer.measure_section.unit_tests=Unit Tests component_viewer.measure_section.tests=Tests -component_viewer.measure_section.test_names=Test Names +component_viewer.measure_section.test_cases=Test Cases component_viewer.measure_section.integration_tests=Integration Tests component_viewer.measure_section.overall=Overall @@ -2673,9 +2673,9 @@ component_viewer.transition.coverage=Covered By component_viewer.transition.covers=Covers component_viewer.transition.duplication=Duplicated By -component_viewer.tests.sort_by=Sort by -component_viewer.tests.duration=Duration -component_viewer.tests.test_name=Test Name +component_viewer.tests.ordered_by=ordered by +component_viewer.tests.duration=duration +component_viewer.tests.test_name=name component_viewer.x_lines_are_covered={0} lines are covered component_viewer.details=Details |