diff options
author | Pascal Mugnier <pascal.mugnier@sonarsource.com> | 2018-10-10 10:35:04 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-10-10 20:20:59 +0200 |
commit | cc361223daf0c462e588a614c9037222c117e679 (patch) | |
tree | faea2bf3833bd9c0c6a6e663df1fadc8bc8639c1 /sonar-core | |
parent | 80d89a69cc4417a9fcab76542ca2eec66e6e6890 (diff) | |
download | sonarqube-cc361223daf0c462e588a614c9037222c117e679.tar.gz sonarqube-cc361223daf0c462e588a614c9037222c117e679.zip |
Apply feedbacks
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 4004b7f1a28..1ecb09e8b4b 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2120,8 +2120,8 @@ permission_template.edit_permissions=Edit Permissions: {0} permission_template.key_pattern=Project key pattern permission_template.key_pattern.description=Should be a valid regular expression permission_template.default_for=Default for {0} -permission_templates.project_creators=Project Creators -permission_templates.project_creators.explanation=When a new project / portfolio / application is created, the user who creates the project will receive this permission on the project. +permission_templates.project_creators=Project/Portfolio/Application Creators +permission_templates.project_creators.explanation=When a new project / portfolio / application is created, the user who creates the project / portfolio / application will receive this permission on the project / portfolio / application. permission_templates.bulk_apply_permission_template=Bulk Apply Permission Template permission_templates.bulk_apply_permission_template.apply_to_selected=You're about to apply the selected permission template to {0} selected item(s). permission_templates.bulk_apply_permission_template.apply_to_all=You're about to apply the selected permission template to {0} item(s). |