]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3627 Quality Profile: Rename "Plugin" into "Repository"
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 5 Jul 2012 12:46:08 +0000 (14:46 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 5 Jul 2012 12:47:58 +0000 (14:47 +0200)
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb

index e3bd591bf6a1669c3a2ee64c15353ee0d0006062..762813dfb16fbbaceaafc9bdd163824a6e342548 100644 (file)
@@ -1124,6 +1124,7 @@ rules_configuration.rule_inherited_from_profile_x=Rule inherited from profile "{
 rules_configuration.rule_overriding_from_profile_x=Rule overrides parent definition from profile "{0}"
 rules_configuration.original_value=Original value
 rules_configuration.original_severity=Original severity
+rules_configuration.repository=Repository
 
 
 #------------------------------------------------------------------------------
index ebce4e4eadc5e4dfd5b5f9d49457c6b64deabad3..0077c21985beda9fe917940a66d74c3e17690dd4 100644 (file)
@@ -48,7 +48,7 @@
          <%= text_field_tag "searchtext", @searchtext, :id => 'searchtext' %>
        </td>
        <td class="left" valign="top" width="1%" nowrap>
-         <span class="note"><%= message('plugin') -%></span><br/>
+         <span class="note"><%= message('rules_configuration.repository') -%></span><br/>
          <%= select_tag "plugins", options_for_select(@select_plugins, @plugins), :id => 'search_plugin', :multiple => true, :size => 6 %>
        </td>
        <td class="left" valign="top" width="1%" nowrap>