]> source.dussan.org Git - sonarqube.git/commitdiff
rules console: rename the button 'Create new rule from this template' to 'Copy rule'
authorsimonbrandhof <simon.brandhof@gmail.com>
Fri, 1 Oct 2010 09:03:43 +0000 (09:03 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Fri, 1 Oct 2010 09:03:43 +0000 (09:03 +0000)
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb

index b958ef981b9f0d11c1b3c63bbb02b1472cc25ca5..83b8e4460cf1a7396aad69f20e79e9d71175494b 100644 (file)
@@ -44,7 +44,7 @@
      </table>
       <% if is_admin %>
         <% if rule.template? %>
-        <%= button_to "Create new rule from this template", :action => 'new', :id => profile.id, :rule_id => rule.id %>
+        <%= button_to "Copy rule", :action => 'new', :id => profile.id, :rule_id => rule.id %>
         <% end %>
         <% if rule.editable? %>
         <%= button_to "Edit rule", :action => 'edit', :id => profile.id, :rule_id => rule.id -%>