aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-07-18 15:42:37 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2013-07-18 15:42:57 +0200
commitdc77b1b701761faa3884d970f56a028e15f4c97f (patch)
tree899f7f905b3bea381ae9ab36db583504f1e003fb
parent315a73d958ab2e5b800d477a1a1ed454a484bb59 (diff)
downloadsonarqube-dc77b1b701761faa3884d970f56a028e15f4c97f.tar.gz
sonarqube-dc77b1b701761faa3884d970f56a028e15f4c97f.zip
Update description of dryRunScan permission
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 1 insertions, 1 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 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.<br/><br/>\
+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.<br/>\
This permission is <em>required</em> to execute a local analysis in Eclipse or via the Issues Report plugin.
#------------------------------------------------------------------------------