aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorssjenka <ssjenka@ops-slave-fedora25-1.internal.sonarsource.com>2017-06-03 11:36:54 +0200
committerssjenka <ssjenka@ops-slave-fedora25-1.internal.sonarsource.com>2017-06-03 11:36:54 +0200
commitcc9a0dea5581cae9410ed1fab1e220c17bf06884 (patch)
tree7baa5b5f2537a29ac42d86747aef63ff8c0a84ce /sonar-core
parent4e36a7c4a58827e8e46053333910cd116e753e64 (diff)
parent068eac04b68036b50e8a5c2aa4bc85ae9472ae19 (diff)
downloadsonarqube-cc9a0dea5581cae9410ed1fab1e220c17bf06884.tar.gz
sonarqube-cc9a0dea5581cae9410ed1fab1e220c17bf06884.zip
Automatic merge from branch-6.4
* origin/branch-6.4: Prepare for next development iteration 6.4-SNAPSHOT Release 6.4 Fix false-positive in api/ce/is_queue_empty on mysql update private badge tooltip
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 2 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 f6e665b65ee..f863c18f716 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -497,8 +497,8 @@ visibility.public=Public
visibility.public.description=This project is public. Anyone can browse and see the source code.
visibility.public.description.short=Anyone can browse and see the source code.
visibility.private=Private
-visibility.private.description=This project is private. Only authorized members can browse and see the source code.
-visibility.private.description.short=Only authorized members can browse and see the source code.
+visibility.private.description=This project is private. Only authorized users can browse and see the source code.
+visibility.private.description.short=Only authorized users can browse and see the source code.
#------------------------------------------------------------------------------