summaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-06-27 15:12:25 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2013-06-27 15:25:31 +0200
commitee231271cf60272f2e10dc6eeba37e0cc852e49a (patch)
treef1e3828474a86213f60cbf336ac1f96c2592a32b /plugins/sonar-core-plugin
parentb6987ffdf12581a5c4240807825a1901b02a4502 (diff)
downloadsonarqube-ee231271cf60272f2e10dc6eeba37e0cc852e49a.tar.gz
sonarqube-ee231271cf60272f2e10dc6eeba37e0cc852e49a.zip
SONAR-4397 Minor label changes and default groups for dryrun and scan
Diffstat (limited to 'plugins/sonar-core-plugin')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties10
1 files changed, 5 insertions, 5 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 f34e77b5cb7..4e3eeafbdd5 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
@@ -2208,10 +2208,10 @@ global_permissions.profileadmin=Quality Profile Administration
global_permissions.profileadmin.desc=Ability to perform any action on the quality profiles.
global_permissions.sharedashboard=Dashboard Sharing
global_permissions.sharedashboard.desc=Ability to share dashboards that any user will be able to follow.
-global_permissions.scan=Ability to execute some Sonar analysis
-global_permissions.scan.desc=Permission required to execute a Sonar analysis. This permission allows to get all settings (even the secured ones like scm account password, jira account password, ...) required to execute all Sonar plugins.
-global_permissions.dryrun=Ability to execute some local (dry run) Sonar analysis
-global_permissions.dryrun.desc=Permission required to execute a local (dry run) Sonar analysis without pushing the results to the Sonar server. This permission allows to get all settings required to execute all Sonar plugins except the secured one like scm account password, jira account password... This permission is required for instance to execute a local Sonar analysis in Sonar Eclipse.
+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.
#------------------------------------------------------------------------------
#
@@ -2245,4 +2245,4 @@ errors.is_not_valid={0} is not valid
# HELP
#
#------------------------------------------------------------------------------
-markdown.helplink=Markdown Help \ No newline at end of file
+markdown.helplink=Markdown Help