aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-10-22 16:37:30 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2013-10-22 16:37:30 +0200
commit64ca60e4f60dedba46b3ceb5c2e84c859f2ff610 (patch)
treee1ea7b0272655460b5ad6b2880a85327d4397f98
parent3d9b8937a31f7df92805d6943697309428195f25 (diff)
downloadsonarqube-64ca60e4f60dedba46b3ceb5c2e84c859f2ff610.tar.gz
sonarqube-64ca60e4f60dedba46b3ceb5c2e84c859f2ff610.zip
Update preview analysis permission label and description
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties6
1 files 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.<br/>\
-This permission is <em>required</em> 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.<br/>\
+This permission is <em>required</em> 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.