From 0a16b53786b6b25310ceda98b0a9efe614bda804 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 12 Oct 2017 16:49:12 +0200 Subject: SONAR-9780 Add keyboard shortcuts help on the Rules page --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 b71154a1f9a..43cf2a8e953 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1184,7 +1184,6 @@ coding_rules.deactivate_in_all_quality_profiles=Deactivate In All {0} Profiles coding_rules.inherits="{0}" inherits from "{1}" coding_rules.issues=Issues coding_rules.most_violating_projects=Most Violating Projects -coding_rules.new_search=New Search coding_rules.no_results=No Coding Rules coding_rules.no_tags=No tags coding_rules.original=Original: @@ -1205,6 +1204,7 @@ coding_rules.rule_template=Rule Template coding_rules.rule_template.title=This rule can be used as a template to create custom rules,\nit cannot be activated on a profile coding_rules._rules=rules coding_rules.show_template=Show Template +coding_rules.to_select_rules=to select rules coding_rules.type.tooltip.CODE_SMELL=Code Smell Detection Rule coding_rules.type.tooltip.BUG=Bug Detection Rule coding_rules.type.tooltip.VULNERABILITY=Vulnerability Detection Rule -- cgit v1.2.3