From 5ff37187a4c28c76182254b0f31c935cc165f3ae Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Fri, 1 Oct 2010 09:03:43 +0000 Subject: [PATCH] rules console: rename the button 'Create new rule from this template' to 'Copy rule' --- .../webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb index b958ef981b9..83b8e4460cf 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb @@ -44,7 +44,7 @@ <% 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 -%> -- 2.39.5