From 9f1f70742c193687d1050e395f96df728a041d87 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Thu, 5 Jul 2012 14:46:08 +0200 Subject: [PATCH] SONAR-3627 Quality Profile: Rename "Plugin" into "Repository" --- .../src/main/resources/org/sonar/l10n/core.properties | 1 + .../webapp/WEB-INF/app/views/rules_configuration/index.html.erb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index e3bd591bf6a..762813dfb16 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -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 #------------------------------------------------------------------------------ diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb index ebce4e4eadc..0077c21985b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb @@ -48,7 +48,7 @@ <%= text_field_tag "searchtext", @searchtext, :id => 'searchtext' %> - <%= message('plugin') -%>
+ <%= message('rules_configuration.repository') -%>
<%= select_tag "plugins", options_for_select(@select_plugins, @plugins), :id => 'search_plugin', :multiple => true, :size => 6 %> -- 2.39.5