]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3621 fix description of key regexp
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 9 Oct 2012 12:22:04 +0000 (14:22 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 9 Oct 2012 12:22:04 +0000 (14:22 +0200)
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb

index 38ec2a4e151db227fa16de90785f19c80d675dac..b8a4d8143c68cf78a48377f9df42be939b4d9b16 100644 (file)
@@ -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 '*' or '%' to match zero or more starting/ending characters. Use '_' to match any single character.
+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.do_you_want_to_delete=Do you want to delete this filter ?
 filters.during_last=During last
index e1a1ff93546994448b6c19c009266fed57b2c623..7dc8a4e50e25c0015dc0ede207e7a6fa588b3d0b 100644 (file)
         <td>
           <% name_regexp_criterion=@filter.criterion('name') %>
           <input type="text" name="name_regexp" id="name_regexp" value="<%= name_regexp_criterion.text_value if name_regexp_criterion -%>"/>
-          <span class="comments"><%= message('filters.use_star_to_match') -%></span>
         </td>
       </tr>
       <tr>