mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12415] Use private message instead of "pm" accronym
This commit is contained in:
commit
7a3e79fc11
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ $lang = array_merge($lang, array(
|
||||||
'DISPLAY_AT_REGISTER_EXPLAIN' => 'If this option is enabled, the field will be displayed on registration.',
|
'DISPLAY_AT_REGISTER_EXPLAIN' => 'If this option is enabled, the field will be displayed on registration.',
|
||||||
'DISPLAY_ON_MEMBERLIST' => 'Display on memberlist screen',
|
'DISPLAY_ON_MEMBERLIST' => 'Display on memberlist screen',
|
||||||
'DISPLAY_ON_MEMBERLIST_EXPLAIN' => 'If this option is enabled, the field will be displayed in the user rows on the memberlist screen.',
|
'DISPLAY_ON_MEMBERLIST_EXPLAIN' => 'If this option is enabled, the field will be displayed in the user rows on the memberlist screen.',
|
||||||
'DISPLAY_ON_PM' => 'Display on view pm screen',
|
'DISPLAY_ON_PM' => 'Display on view private message 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_PM_EXPLAIN' => 'If this option is enabled, the field will be displayed in the mini-profile on the private message screen.',
|
||||||
'DISPLAY_ON_VT' => 'Display on viewtopic 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_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',
|
'DISPLAY_PROFILE_FIELD' => 'Publicly display profile field',
|
||||||
|
|
Loading…
Add table
Reference in a new issue