diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-08-11 20:44:53 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-08-11 20:44:53 +0200 |
commit | 0a5d167441004c4ed56b6b7cf32fd0c0eb5ae443 (patch) | |
tree | 6ea9558d925ef584fed8bf3ceb8a6e3d3efb7fcc /phpBB/language/en | |
parent | b8f76a933016fbe2fa9496b74e244043e1ed21db (diff) | |
parent | 170dc2a63b2e18527f317e80baa44fc2589fa70a (diff) | |
download | forums-0a5d167441004c4ed56b6b7cf32fd0c0eb5ae443.tar forums-0a5d167441004c4ed56b6b7cf32fd0c0eb5ae443.tar.gz forums-0a5d167441004c4ed56b6b7cf32fd0c0eb5ae443.tar.bz2 forums-0a5d167441004c4ed56b6b7cf32fd0c0eb5ae443.tar.xz forums-0a5d167441004c4ed56b6b7cf32fd0c0eb5ae443.zip |
Merge pull request #5648 from 3D-I/ticket/16109
[ticket/16109] Fix Custom Profile Field visibility's explain
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/profile.php | 2 |
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', |