diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-03-30 15:18:52 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-03-30 15:19:06 +0200 |
commit | af6e021219d9ac994acf8a0d9d013d372645ee9d (patch) | |
tree | 7b23a92347b09628334fc874012143ffad0deec6 /sonar-core | |
parent | 9ac2512ad01b64c6c7d2af6b4600f6ee0b3729af (diff) | |
download | sonarqube-af6e021219d9ac994acf8a0d9d013d372645ee9d.tar.gz sonarqube-af6e021219d9ac994acf8a0d9d013d372645ee9d.zip |
Improve execute analysis permission description
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 bfe8d4bd1db..b71f3510eb8 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2799,7 +2799,7 @@ global_permissions.gateadmin.desc=Ability to perform any action on quality gates global_permissions.shareDashboard=Share Dashboards And Filters global_permissions.shareDashboard.desc=Ability to share dashboards, issue filters and measure filters. global_permissions.scan=Execute Analysis -global_permissions.scan.desc=Ability to execute analyses, and to get all settings required to perform the analysis, even the secured ones like the scm account password, the jira account password, and so on. +global_permissions.scan.desc=Ability to get all settings required to perform an analysis (including the secured settings like passwords) and to push analysis results to the SonarQube server. global_permissions.provisioning=Create Projects global_permissions.provisioning.desc=Ability to initialize a project so its settings can be configured before the first analysis. @@ -2821,7 +2821,7 @@ projects_role.user.desc=Access a project, browse its measures, and create/edit i projects_role.codeviewer=See Source Code projects_role.codeviewer.desc=View the project's source code. (Users will also need "Browse" permission) projects_role.scan=Execute Analysis -projects_role.scan.desc=Ability to execute analyses, and to get all settings required to perform the analysis, even the secured ones like the scm account password, the jira account password, and so on. +projects_role.scan.desc=Ability to get all settings required to perform an analysis (including the secured settings like passwords) and to push analysis results to the SonarQube server. projects_role.bulk_change=Bulk Change projects_role.apply_template=Apply Permission Template projects_role.apply_template_to_xxx=Apply Permission Template To "{0}" |