aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp
diff options
context:
space:
mode:
author3D-I <eataly3d@gmail.com>2019-08-06 02:38:45 +0200
committer3D-I <eataly3d@gmail.com>2019-08-06 02:39:02 +0200
commit170dc2a63b2e18527f317e80baa44fc2589fa70a (patch)
tree9893587e4ebd2a57a8efefcf53b1d606dd520111 /phpBB/language/en/acp
parent5307da11b63a953ce37c32d6bffe74f35a303a97 (diff)
downloadforums-170dc2a63b2e18527f317e80baa44fc2589fa70a.tar
forums-170dc2a63b2e18527f317e80baa44fc2589fa70a.tar.gz
forums-170dc2a63b2e18527f317e80baa44fc2589fa70a.tar.bz2
forums-170dc2a63b2e18527f317e80baa44fc2589fa70a.tar.xz
forums-170dc2a63b2e18527f317e80baa44fc2589fa70a.zip
[ticket/16109] Fix Custom Profile Field visibility's explain
PHPBB3-16109
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r--phpBB/language/en/acp/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php
index 41cbd9cb93..87c950581e 100644
--- a/phpBB/language/en/acp/profile.php
+++ b/phpBB/language/en/acp/profile.php
@@ -111,7 +111,7 @@ $lang = array_merge($lang, array(
'FIRST_OPTION' => 'First option',
'HIDE_PROFILE_FIELD' => 'Hide profile field',
- 'HIDE_PROFILE_FIELD_EXPLAIN' => 'Hide the profile field from all other users except the user, administrators and moderators who are still able to see this field. If the Display in user control panel option is disabled, the user will not be able to see or change this field and the field can only be changed by administrators.',
+ 'HIDE_PROFILE_FIELD_EXPLAIN' => 'Hide the profile field from all users except administrators and moderators, who are still able to see this field. If the Display in user control panel option is disabled, the user will not be able to see or change this field and the field can only be changed by administrators.',
'INVALID_CHARS_FIELD_IDENT' => 'Field identification can only contain lowercase a-z and _',
'INVALID_FIELD_IDENT_LEN' => 'Field identification can only be 17 characters long',