From 80706fcaec0e458ef2e3d05ee2086582577149ef Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 26 Oct 2017 22:43:17 +0200 Subject: fix displaying rule profiles (#2764) --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar-core') 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 dfa7b4532c2..11440377ec6 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1171,6 +1171,7 @@ coding_rules.bulk_change=Bulk Change coding_rules.bulk_change.success={2} rule(s) changed in profile {0} - {1} coding_rules.bulk_change.warning={2} rule(s) changed, {3} rule(s) ignored in profile {0} - {1} coding_rules.can_not_deactivate=This rule is inherited and can not be deactivated. +coding_rules.change_details=Change Details of Quality Profile coding_rules.create=Create coding_rules.create_custom_rule=Create Custom Rule coding_rules.custom_rule=Custom Rule -- cgit v1.2.3