From 3a85a00f854cced50da2155dd97efa6dda6439ee Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Vilain Date: Thu, 8 Aug 2013 17:14:01 +0200 Subject: [PATCH] SONAR-4553 Fixed modal window title --- .../src/main/resources/org/sonar/l10n/core.properties | 2 ++ .../WEB-INF/app/views/roles/_apply_template_form.html.erb | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index a09ab4b49bf..a1fd72fa50b 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -5,6 +5,7 @@ #------------------------------------------------------------------------------ action=Action +actionPlan=Action Plan activation=Activation active=Active add_verb=Add @@ -2250,6 +2251,7 @@ projects_role.codeviewer=Browse Source Code projects_role.codeviewer.desc=Ability to view the source code of the project. projects_role.bulk_change=Bulk Change projects_role.apply_template=Apply Permission Template +projects_role.apply_template_to_xxx=Apply Permission Template To "{0}" projects_role.no_projects=There are currently no results to apply the permission template to. diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/roles/_apply_template_form.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/roles/_apply_template_form.html.erb index 3023cbd99b2..db00f0fd6d6 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/roles/_apply_template_form.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/roles/_apply_template_form.html.erb @@ -7,7 +7,11 @@ <% end %>