aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com>2013-07-17 09:54:36 +0200
committerJean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com>2013-07-17 09:54:36 +0200
commita8a489d5da78514bb3c6bcb7ea170786a8da27cf (patch)
tree5f54da711c18cee57dae5c59ce86bf4b519469ef /plugins
parent28a46d52008dc14dc7593a6779afe6a6ce4e5482 (diff)
downloadsonarqube-a8a489d5da78514bb3c6bcb7ea170786a8da27cf.tar.gz
sonarqube-a8a489d5da78514bb3c6bcb7ea170786a8da27cf.zip
SONAR-4453 Adjusted labels and presentation for bulk permission changes
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 3 insertions, 1 deletions
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 54e5ec46026..7887d6ab388 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
@@ -2257,8 +2257,10 @@ projects_role.user=Users
projects_role.user.desc=Ability to browse the measures and to create/edit issues on the project.
projects_role.codeviewer=Code Viewers
projects_role.codeviewer.desc=Ability to view the source code of the project.
-projects_role.apply_template=Apply permission template
+projects_role.bulk_change=Bulk Change
projects_role.apply_template.form.title=Apply permission template
+projects_role.no_projects=There are currently no results to apply the permission template to.
+
#------------------------------------------------------------------------------