diff options
author | Jim Wigginton <terrafrost@phpbb.com> | 2009-02-26 23:46:46 +0000 |
---|---|---|
committer | Jim Wigginton <terrafrost@phpbb.com> | 2009-02-26 23:46:46 +0000 |
commit | 2e50df9e1a140f322e091d74500e05b6545a54e1 (patch) | |
tree | 15ab2bfacfaebfeedb862deed1ce56d6df2b53cf /phpBB/language | |
parent | 354f9edd4e747b6927a8b2c1e454be1c366cf232 (diff) | |
download | forums-2e50df9e1a140f322e091d74500e05b6545a54e1.tar forums-2e50df9e1a140f322e091d74500e05b6545a54e1.tar.gz forums-2e50df9e1a140f322e091d74500e05b6545a54e1.tar.bz2 forums-2e50df9e1a140f322e091d74500e05b6545a54e1.tar.xz forums-2e50df9e1a140f322e091d74500e05b6545a54e1.zip |
Fixed bug #'ers 41295, 41385, 41955, 41705 and 41985
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9342 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-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 83e0fa06ca..ef291585bc 100644 --- a/phpBB/language/en/acp/profile.php +++ b/phpBB/language/en/acp/profile.php @@ -66,7 +66,7 @@ $lang = array_merge($lang, array( 'DISPLAY_AT_PROFILE_EXPLAIN' => 'The user is able to change this profile field within the user control panel.', 'DISPLAY_AT_REGISTER' => 'Display on registration screen', 'DISPLAY_AT_REGISTER_EXPLAIN' => 'If this option is enabled, the field will be displayed on registration.', - 'DISPLAY_PROFILE_FIELD' => 'Display profile field', + 'DISPLAY_PROFILE_FIELD' => 'Publicly display profile field', 'DISPLAY_PROFILE_FIELD_EXPLAIN' => 'The profile field will be shown in all locations allowed within the load settings. Setting this to “no” will hide the field from topic pages, profiles and the memberlist.', 'DROPDOWN_ENTRIES_EXPLAIN' => 'Enter your options now, every option in one line.', |