diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-05-09 10:50:30 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2017-05-09 10:50:30 +0200 |
commit | c77289e05dbaec17653ddb7f739af06327782c8a (patch) | |
tree | ff22642f49effaf89418e82d66a5e404025af489 /sonar-core | |
parent | 71be078d65965418ae0a270e7e7a2c458797653a (diff) | |
download | sonarqube-c77289e05dbaec17653ddb7f739af06327782c8a.tar.gz sonarqube-c77289e05dbaec17653ddb7f739af06327782c8a.zip |
SONAR-9165 hide tooltips on permissions page, update message
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 09ef00e5afe..d1e6ff744cf 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2426,10 +2426,8 @@ projects_role.issueadmin=Administer Issues projects_role.issueadmin.desc=Perform advanced editing on issues: marking an issue False Positive / Won't Fix, and changing an Issue's severity. (Users will also need "Browse" permission) projects_role.user=Browse projects_role.user.desc=Access a project, browse its measures, and create/edit issues for it. -projects_role.user.public_projects_warning=This option is not editable for public projects. Anyone will still be able to browse even if you apply a template with this option unchecked. projects_role.codeviewer=See Source Code projects_role.codeviewer.desc=View the project's source code. (Users will also need "Browse" permission) -projects_role.codeviewer.public_projects_warning=This option is not editable for public projects. Source code will will always be visible even if you apply a template with this option unchecked. projects_role.scan=Execute Analysis projects_role.scan.desc=Ability to get all settings required to perform an analysis (including the secured settings like passwords) and to push analysis results to the SonarQube server. projects_role.bulk_change=Bulk Change @@ -2441,6 +2439,7 @@ projects_role.turn_x_to_public=Turn "{0}" to Public projects_role.turn_project_to_public=Turn Project to Public projects_role.are_you_sure_to_turn_project_to_public=Are you sure you want to turn your project to public? projects_role.are_you_sure_to_turn_project_to_public.2=Everybody will be able to browse and see the source code of your project. +projects_role.public_projects_warning=This permission is always granted by default to everybody (anonymous or authenticated user) for public projects. Therefore, the selection made on this page will be applied to private projects only. |