From: Simon Brandhof Date: Tue, 9 Oct 2012 14:48:04 +0000 (+0200) Subject: Improve labels of filter wizard X-Git-Tag: 3.3~62 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=19cabf72b07e059842f92e0d7e3e641fa033918d;p=sonarqube.git Improve labels of filter wizard --- 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 diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb index 7dc8a4e50e2..de825e1e59e 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb @@ -123,7 +123,7 @@ - + <% key_regexp_criterion=@filter.criterion('key') %> @@ -131,7 +131,7 @@ - + <% name_regexp_criterion=@filter.criterion('name') %>