aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com>2013-08-08 09:53:25 +0200
committerJean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com>2013-08-08 09:53:25 +0200
commit475eab492b95cc7e2c755bdadc6d6238382b8bef (patch)
tree9a9c166cad46096dee444dda79d4304f5a880011 /plugins
parenta3b4a0b84d9d0d2f26079bbad071d2fd6d587aa0 (diff)
downloadsonarqube-475eab492b95cc7e2c755bdadc6d6238382b8bef.tar.gz
sonarqube-475eab492b95cc7e2c755bdadc6d6238382b8bef.zip
SONAR-4522 Renamed project roles to better match the underlying permissions
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties7
1 files changed, 3 insertions, 4 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 4336a5fd576..a09ab4b49bf 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
@@ -2241,13 +2241,12 @@ This permission is <em>required</em> to execute a local analysis in Eclipse or v
projects_role.criteria.name=Name contains
projects_role.criteria.key=Key contains
projects_role.role=Role Membership For New
-projects_role.users=Users
projects_role.groups=Groups
-projects_role.admin=Administrators
+projects_role.admin=Administer
projects_role.admin.desc=Ability to perform administration tasks for the project by accessing its settings.
-projects_role.user=Users
+projects_role.user=Browse Measures and Issues
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=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