diff options
| author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-05-29 15:44:39 +0200 |
|---|---|---|
| committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-05-29 15:44:39 +0200 |
| commit | a3d46575c7f520dc9731ed4e9221c636c5c7c31e (patch) | |
| tree | aea13a869be9340728719cde8f5511a419a6f1f7 /phpBB/includes/ucp/ucp_pm_compose.php | |
| parent | f5dbc3b6f269cb3841c20ad0096fcedb3dac7492 (diff) | |
| parent | 077051fef56f0d9b504a2593dc84a3d05ef02e18 (diff) | |
| download | forums-a3d46575c7f520dc9731ed4e9221c636c5c7c31e.tar forums-a3d46575c7f520dc9731ed4e9221c636c5c7c31e.tar.gz forums-a3d46575c7f520dc9731ed4e9221c636c5c7c31e.tar.bz2 forums-a3d46575c7f520dc9731ed4e9221c636c5c7c31e.tar.xz forums-a3d46575c7f520dc9731ed4e9221c636c5c7c31e.zip | |
Merge pull request #3613 from nickvergessen/ticket/13844
Ticket/13844 Better FAQ language files
Diffstat (limited to 'phpBB/includes/ucp/ucp_pm_compose.php')
| -rw-r--r-- | phpBB/includes/ucp/ucp_pm_compose.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_compose.php b/phpBB/includes/ucp/ucp_pm_compose.php index 53be1b3b29..9859fd938c 100644 --- a/phpBB/includes/ucp/ucp_pm_compose.php +++ b/phpBB/includes/ucp/ucp_pm_compose.php @@ -1165,7 +1165,7 @@ function compose_pm($id, $mode, $action, $user_folders = array()) 'SUBJECT' => (isset($message_subject)) ? $message_subject : '', 'MESSAGE' => $message_text, - 'BBCODE_STATUS' => $user->lang(($bbcode_status ? 'BBCODE_IS_ON' : 'BBCODE_IS_OFF'), '<a href="' . $controller_helper->route('phpbb_help_controller', array('mode' => 'bbcode')) . '">', '</a>'), + 'BBCODE_STATUS' => $user->lang(($bbcode_status ? 'BBCODE_IS_ON' : 'BBCODE_IS_OFF'), '<a href="' . $controller_helper->route('phpbb_help_bbcode_controller') . '">', '</a>'), 'IMG_STATUS' => ($img_status) ? $user->lang['IMAGES_ARE_ON'] : $user->lang['IMAGES_ARE_OFF'], 'FLASH_STATUS' => ($flash_status) ? $user->lang['FLASH_IS_ON'] : $user->lang['FLASH_IS_OFF'], 'SMILIES_STATUS' => ($smilies_status) ? $user->lang['SMILIES_ARE_ON'] : $user->lang['SMILIES_ARE_OFF'], |
