aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties15
1 files changed, 5 insertions, 10 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 1a5e2becb1a..5dde6db0920 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2908,20 +2908,15 @@ component_viewer.workspace.tooltip=Keeps track of history of navigation
component_viewer.workspace.show_workspace=Show workspace
component_viewer.workspace.hide_workspace=Hide workspace
-source_viewer.ut.covered=Covered by tests
-source_viewer.ut.not_covered=Not covered by tests
-source_viewer.it.covered=Covered by integration tests
-source_viewer.it.not_covered=Not covered by integration tests
+source_viewer.covered=Covered by tests
+source_viewer.not_covered=Not covered by tests
source_viewer.conditions=conditions
source_viewer.tooltip.duplicated_line=This line is duplicated. Click to see duplicated blocks.
source_viewer.tooltip.duplicated_block=Duplicated block. Click for details.
-source_viewer.tooltip.ut.covered=Fully covered by tests. Click for details.
-source_viewer.tooltip.ut.partially-covered=Partially covered by tests. Click for details.
-source_viewer.tooltip.ut.uncovered=Not covered by tests.
-source_viewer.tooltip.it.covered=Fully covered by integration tests. Click for details.
-source_viewer.tooltip.it.partially-covered=Partially covered by integration tests. Click for details.
-source_viewer.tooltip.it.uncovered=Not covered by integration tests.
+source_viewer.tooltip.covered=Fully covered by tests. Click for details.
+source_viewer.tooltip.partially-covered=Partially covered by tests. Click for details.
+source_viewer.tooltip.uncovered=Not covered by tests.
source_viewer.tooltip.new_code=New {0}.
source_viewer.load_more_code=Load More Code