From c7312cf4f14b228fb38baf0a0905dcc471817259 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Mon, 17 Dec 2012 12:09:20 +0100 Subject: Change "Remove ressource" to "Suppress column" in comparison page And change "Remove metric" to "Suppress line" as well to be consistent --- .../src/main/resources/org/sonar/l10n/core.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') 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 e1acee2bc66..db48a0e27f9 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 @@ -531,8 +531,8 @@ comparison.compare=Compare comparison.add_metric=Add metric comparison.add_project=Add project comparison.select_version=Select a version -comparison.remove_resource=Remove resource -comparison.remove_metric=Remove metric +comparison.suppress_column=Suppress column +comparison.suppress_line=Suppress line comparison.move_left=Move left comparison.move_right=Move right comparison.move_down=Move down -- cgit v1.2.3