aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/profile.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2010-10-19 17:06:23 +0200
committerJoas Schilling <nickvergessen@gmx.de>2011-05-20 16:45:29 +0200
commit8fa44cc3b9778f84ca20eab1c1d404c4f848eab4 (patch)
tree9632c945c777f071ae8f51676b575c466b456057 /phpBB/language/en/acp/profile.php
parent7074d19c4087fab0e81a31bd806724d7eac7ef87 (diff)
downloadforums-8fa44cc3b9778f84ca20eab1c1d404c4f848eab4.tar
forums-8fa44cc3b9778f84ca20eab1c1d404c4f848eab4.tar.gz
forums-8fa44cc3b9778f84ca20eab1c1d404c4f848eab4.tar.bz2
forums-8fa44cc3b9778f84ca20eab1c1d404c4f848eab4.tar.xz
forums-8fa44cc3b9778f84ca20eab1c1d404c4f848eab4.zip
[ticket/8542] Display custom profile fields in private messages
Introduce an option to display the cpf in the PM view. PHPBB3-8542
Diffstat (limited to 'phpBB/language/en/acp/profile.php')
-rw-r--r--phpBB/language/en/acp/profile.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php
index 31a82fd38f..ea643157d8 100644
--- a/phpBB/language/en/acp/profile.php
+++ b/phpBB/language/en/acp/profile.php
@@ -66,6 +66,8 @@ $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_ON_PM' => 'Display on view pm screen',
+ 'DISPLAY_ON_PM_EXPLAIN' => 'If this option is enabled, the field will be displayed in the mini-profile on the pm screen.',
'DISPLAY_ON_VT' => 'Display on viewtopic screen',
'DISPLAY_ON_VT_EXPLAIN' => 'If this option is enabled, the field will be displayed in the mini-profile on the topic screen.',
'DISPLAY_PROFILE_FIELD' => 'Publicly display profile field',