From 64ca60e4f60dedba46b3ceb5c2e84c859f2ff610 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Tue, 22 Oct 2013 16:37:30 +0200 Subject: [PATCH] Update preview analysis permission label and description --- .../src/main/resources/org/sonar/l10n/core.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 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 e7e193661ef..4003d94dd89 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 @@ -2311,9 +2311,9 @@ 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.dryRunScan=Execute Preview -global_permissions.dryRunScan.desc=Ability to execute Preview (results are not pushed to the server). 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 Preview in Eclipse or via the Issues Report plugin. +global_permissions.dryRunScan=Execute Preview Analysis +global_permissions.dryRunScan.desc=Ability to execute preview analysis (results are not pushed to the server). 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 preview analysis in Eclipse or via the Issues Report plugin. global_permissions.provisioning=Provision Resources global_permissions.provisioning.desc=Ability to initialize project structure before first analysis. -- 2.39.5