diff options
author | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2012-10-05 12:34:02 +0200 |
---|---|---|
committer | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2012-10-05 12:34:02 +0200 |
commit | 0e4035176cadd517927a03abc6f41c4bdd5e1105 (patch) | |
tree | 2a0f163470c87251b0f221b6e59fb9210fe401f1 | |
parent | 4603796ea1fbd7b9410c000bd738331a65dc4481 (diff) | |
download | sonarqube-0e4035176cadd517927a03abc6f41c4bdd5e1105.tar.gz sonarqube-0e4035176cadd517927a03abc6f41c4bdd5e1105.zip |
SONAR-3760 Improve filter form documentation on key/name criteria
=> Improve the documentation of the "resource key/name like" filter
criteria to make it clear that '%' and '_' have a special meaning
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index 59a8b9c9740..c9aa68491f4 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -384,7 +384,7 @@ filters.default_period=Differential period filters.when_no_language_no_filter_apply=When no language is selected, no filter will apply filters.favourite_only=Favourites only filters.resource_key_like=Resource key like -filters.use_star_to_match=Use the character * to match zero or more characters. +filters.use_star_to_match=Use '*' or '%' to match zero or more starting/ending characters. Use '_' to match any single character. filters.resource_name_like=Resource name like filters.do_you_want_to_delete=Do you want to delete this filter ? filters.during_last=During last |