diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-02-03 10:55:49 +0100 |
---|---|---|
committer | Stas Vilchik <stas-vilchik@users.noreply.github.com> | 2017-02-03 11:54:45 +0100 |
commit | b7b89cce83baa7bdd3254ee09befb775522452c3 (patch) | |
tree | 200262ebedd1b1c0e460a26db9d390ee63fcf7a7 /sonar-core | |
parent | 63d06f0b44b99b0ca814d590b1487265db998bc3 (diff) | |
download | sonarqube-b7b89cce83baa7bdd3254ee09befb775522452c3.tar.gz sonarqube-b7b89cce83baa7bdd3254ee09befb775522452c3.zip |
refactor and add type annonations around permissions domain
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 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 96affb7e3c5..a16c62820c0 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -493,6 +493,7 @@ manual_measures.page=Manual Measures manual_measures.page.description=Update the values of manual metrics for this project. Changes will take effect at the project's next analysis. Manual Metrics must be created at the global level. custom_measures.page=Custom Measures custom_measures.page.description=Update the values of custom metrics for this project. Changes will take effect at the project's next analysis. Custom metrics must be created at the global level. +organization_permissions.page.description=Grant and revoke organization permissions. Permissions can be granted to groups or individual users. roles.page=Project Permissions roles.page.description2=Grant and revoke project-level permissions. Permissions can be granted to groups or individual users. project_settings.page=General Settings |