]> source.dussan.org Git - sonarqube.git/commitdiff
Update description of dryRunScan permission
authorJulien HENRY <julien.henry@sonarsource.com>
Thu, 18 Jul 2013 13:42:37 +0000 (15:42 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Thu, 18 Jul 2013 13:42:57 +0000 (15:42 +0200)
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties

index 094da23aaeb7a62ceaeba155153c89d36dd388b4..5e19deccc6ef128851b563e644715ee39bd94951 100644 (file)
@@ -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.
 
 #------------------------------------------------------------------------------