diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-10-09 16:48:04 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-10-09 16:48:04 +0200 |
commit | 19cabf72b07e059842f92e0d7e3e641fa033918d (patch) | |
tree | 2554dbb56c0fa17497a2f6b3aebf542315268f6d /plugins | |
parent | 2f08bddba2c07a265a3ac2fdae23c1c669e75b05 (diff) | |
download | sonarqube-19cabf72b07e059842f92e0d7e3e641fa033918d.tar.gz sonarqube-19cabf72b07e059842f92e0d7e3e641fa033918d.zip |
Improve labels of filter wizard
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 3 insertions, 3 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 6c6f94d43bb..e25d3ddb315 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 @@ -383,9 +383,9 @@ filters.advanced_search=Advanced search 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 '*' to match zero or more characters and '?' to match any single character. -filters.resource_name_like=Resource name like +filters.key_like=Key like +filters.use_star_to_match=Use * to match zero or more characters and ? to match any single character. +filters.name_contains=Name contains filters.do_you_want_to_delete=Do you want to delete this filter ? filters.during_last=During last filters.prior_to_last=Prior to last |