diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-12 16:49:12 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-16 11:08:02 +0200 |
commit | 0a16b53786b6b25310ceda98b0a9efe614bda804 (patch) | |
tree | a3f8e99da3659612f435084ba7b335f2079bf83a /sonar-core | |
parent | 7219329f58163b241404d40cc623525e0c14a239 (diff) | |
download | sonarqube-0a16b53786b6b25310ceda98b0a9efe614bda804.tar.gz sonarqube-0a16b53786b6b25310ceda98b0a9efe614bda804.zip |
SONAR-9780 Add keyboard shortcuts help on the Rules page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 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 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 |