diff options
| author | Gaëtan Muller <m.gaetan89@gmail.com> | 2014-05-04 15:45:32 +0200 |
|---|---|---|
| committer | Gaëtan Muller <m.gaetan89@gmail.com> | 2014-05-04 17:35:06 +0200 |
| commit | eccdc7447834dc7d59dcd6ffa879cbcce7a6eb00 (patch) | |
| tree | f91eecf2bf979804a283163a11b4219bd6b3d372 | |
| parent | b60108dc78af581fe5327fce4037731555203320 (diff) | |
| download | forums-eccdc7447834dc7d59dcd6ffa879cbcce7a6eb00.tar forums-eccdc7447834dc7d59dcd6ffa879cbcce7a6eb00.tar.gz forums-eccdc7447834dc7d59dcd6ffa879cbcce7a6eb00.tar.bz2 forums-eccdc7447834dc7d59dcd6ffa879cbcce7a6eb00.tar.xz forums-eccdc7447834dc7d59dcd6ffa879cbcce7a6eb00.zip | |
[ticket/12415] Use private message instead of "pm" accronym
https://tracker.phpbb.com/browse/PHPBB3-12415
PHPBB3-12415
| -rw-r--r-- | phpBB/language/en/acp/profile.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php index dc42693ca7..ab4db02053 100644 --- a/phpBB/language/en/acp/profile.php +++ b/phpBB/language/en/acp/profile.php @@ -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_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_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_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 private message 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', |
