From dc77b1b701761faa3884d970f56a028e15f4c97f Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Thu, 18 Jul 2013 15:42:37 +0200 Subject: [PATCH] Update description of dryRunScan permission --- .../src/main/resources/org/sonar/l10n/core.properties | 2 +- 1 file changed, 1 insertion(+), 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 094da23aaeb..5e19deccc6e 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 @@ -2240,7 +2240,7 @@ global_permissions.shareDashboard.desc=Ability to share dashboards, issue filter global_permissions.scan=Analysis Execution 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.dryRunScan=Local (dry run) Analysis Execution -global_permissions.dryRunScan.desc=Ability to execute local (dry run) analyses without pushing the results to the server, and to get all settings required to perform a local analysis. This permission does not include the ability to access secured settings such as the scm account password, the jira account password, and so on.

\ +global_permissions.dryRunScan.desc=Ability to execute local (dry run) analyses without pushing the results to the server, and to get all settings required to perform a local analysis. This permission does not include the ability to access secured settings such as the scm account password, the jira account password, and so on.
\ This permission is required to execute a local analysis in Eclipse or via the Issues Report plugin. #------------------------------------------------------------------------------ -- 2.39.5