aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-07-03 11:47:56 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2013-07-03 12:10:08 +0200
commitf3128876dc7251545aabfc3a53b19e8d7b1f72e5 (patch)
tree735f2da95e5286405895e3bd319bac7eaccaa396
parent7b10b42f2a8e0eaffa4b449f8939647aa4412f40 (diff)
downloadsonarqube-f3128876dc7251545aabfc3a53b19e8d7b1f72e5.tar.gz
sonarqube-f3128876dc7251545aabfc3a53b19e8d7b1f72e5.zip
SONAR-4397 Rename permission dryrun => dryRunScan
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 2 insertions, 2 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 15bf6c48e9a..6cc68ed76d2 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
@@ -2210,8 +2210,8 @@ global_permissions.shareDashboard=Dashboard Sharing
global_permissions.shareDashboard.desc=Ability to share dashboards that any user will be able to follow.
global_permissions.scan=SonarQube analysis execution
global_permissions.scan.desc=Ability to execute SonarQube analyses. This permission allows to get all settings (even the secured ones like scm account password, jira account password, ...) required to execute all SonarQube plugins.
-global_permissions.dryrun=Local (dry run) SonarQube analysis execution
-global_permissions.dryrun.desc=Ability to execute local (dry run) SonarQube analyses without pushing the results to the SonarQube server. This permission allows to get all settings required to execute all SonarQube plugins except the secured one like scm account password, jira account password, ... This permission is required for instance to execute a local SonarQube analysis in SonarQube Eclipse.
+global_permissions.dryRunScan=Local (dry run) SonarQube analysis execution
+global_permissions.dryRunScan.desc=Ability to execute local (dry run) SonarQube analyses without pushing the results to the SonarQube server. This permission allows to get all settings required to execute all SonarQube plugins except the secured one like scm account password, jira account password, ... This permission is required for instance to execute a local SonarQube analysis in SonarQube Eclipse.
#------------------------------------------------------------------------------
#