aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/profile.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-14 15:05:32 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-14 15:05:32 +0000
commit26cf5c195d1bcf2c0eee7e598a9794888ba921f8 (patch)
tree9bdea017b59ff79c1480100aa9b6550920a346ac /phpBB/language/en/acp/profile.php
parent1c4ddb5366b9f8311f81e3233a150e44bfa484fa (diff)
downloadforums-26cf5c195d1bcf2c0eee7e598a9794888ba921f8.tar
forums-26cf5c195d1bcf2c0eee7e598a9794888ba921f8.tar.gz
forums-26cf5c195d1bcf2c0eee7e598a9794888ba921f8.tar.bz2
forums-26cf5c195d1bcf2c0eee7e598a9794888ba921f8.tar.xz
forums-26cf5c195d1bcf2c0eee7e598a9794888ba921f8.zip
some language fixes reported.
git-svn-id: file:///svn/phpbb/trunk@7570 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/profile.php')
-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 58d3932af0..08f187a3e7 100644
--- a/phpBB/language/en/acp/profile.php
+++ b/phpBB/language/en/acp/profile.php
@@ -62,7 +62,7 @@ $lang = array_merge($lang, array(
'DISPLAY_AT_REGISTER' => 'Display at registration screen',
'DISPLAY_AT_REGISTER_EXPLAIN' => 'If this option is enabled, the field will be displayed on registration and able to be changed within the user control panel.',
'DISPLAY_PROFILE_FIELD' => 'Display profile field',
- 'DISPLAY_PROFILE_FIELD_EXPLAIN' => 'The profile field will be shown on viewtopic/viewprofile/memberlist, if this is enabled within the load settings. Only showing within the users profile is enabled by default.',
+ 'DISPLAY_PROFILE_FIELD_EXPLAIN' => 'The profile field will be shown on topic pages, profiles and the memberlist if this is enabled within the load settings. Only showing within the users profile is enabled by default.',
'DROPDOWN_ENTRIES_EXPLAIN' => 'Enter your options now, every option in one line.',
'EDIT_DROPDOWN_LANG_EXPLAIN' => 'Please note that you are able to change your options text and also able to add new options to the end. It is not advised to add new options between existing options - this could result in wrong options assigned to your users. This can also happen if you remove options in-between. Removing options from the end result in users having assigned this item now reverting back to the default one.',