diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-02-14 16:44:53 +0100 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-02-15 13:28:33 +0100 |
commit | c7721b9130b5b877ac6301859a2b597a91c86d92 (patch) | |
tree | f9e3b65feae816979152bced4177337fa4f1e311 /sonar-core | |
parent | e07a32e9b7c8760b64008d8cb897cfd43543aa9e (diff) | |
download | sonarqube-c7721b9130b5b877ac6301859a2b597a91c86d92.tar.gz sonarqube-c7721b9130b5b877ac6301859a2b597a91c86d92.zip |
SONAR-10404 Add Tooltip on issues count in rules page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 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 98abe3da3d8..5471f9e08e7 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1225,6 +1225,7 @@ coding_rules.deactivate.confirm=Are you sure you want to deactivate this rule in 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.issues.only_main_branches=Only issues from the main project branches are included. coding_rules.most_violating_projects=Most Violating Projects coding_rules.no_results=No Coding Rules coding_rules.no_tags=No tags |