diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-03-13 16:36:41 +0100 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-03-13 16:36:41 +0100 |
commit | 6e080c04a7a0801e189f71ff7fac75511537c868 (patch) | |
tree | a68a0bb6b40d22163d27c602d1356a6bc7fa9ef6 /plugins/sonar-l10n-en-plugin | |
parent | 45dc3917fd114ab374f38da72d6e2075e21152ca (diff) | |
download | sonarqube-6e080c04a7a0801e189f71ff7fac75511537c868.tar.gz sonarqube-6e080c04a7a0801e189f71ff7fac75511537c868.zip |
SONAR-3277 Add message to inform about dups with deleted resources
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index f5416c41594..32e934c4bf0 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -788,6 +788,7 @@ violations_viewer.review_filter.unreviewed_violations=Unreviewed violations #------------------------------------------------------------------------------ duplications.no_duplicated_block=No duplicated blocks. +duplications.dups_found_on_deleted_resource=This file contains duplicated blocks with some deleted resources. This project should be reanalyzed to remove these obsolete duplicated blocks. duplications.blocks=Blocks duplications.number_of_lines=Nb Lines duplications.from_line=From line |