From: Andreas F. <ba...@ph...> - 2009-09-09 21:42:41
|
Author: bantu Date: Wed Sep 9 22:41:51 2009 New Revision: 10126 Log: Related to r9830: Change REPORT_POST to REPORT_PM. Modified: branches/phpBB-3_0_0/phpBB/includes/ucp/ucp_pm_viewmessage.php Modified: branches/phpBB-3_0_0/phpBB/includes/ucp/ucp_pm_viewmessage.php ============================================================================== *** branches/phpBB-3_0_0/phpBB/includes/ucp/ucp_pm_viewmessage.php (original) --- branches/phpBB-3_0_0/phpBB/includes/ucp/ucp_pm_viewmessage.php Wed Sep 9 22:41:51 2009 *************** *** 193,199 **** 'EMAIL_IMG' => $user->img('icon_contact_email', $user->lang['SEND_EMAIL']), 'QUOTE_IMG' => $user->img('icon_post_quote', $user->lang['POST_QUOTE_PM']), 'REPLY_IMG' => $user->img('button_pm_reply', $user->lang['POST_REPLY_PM']), ! 'REPORT_IMG' => $user->img('icon_post_report', 'REPORT_POST'), 'EDIT_IMG' => $user->img('icon_post_edit', $user->lang['POST_EDIT_PM']), 'MINI_POST_IMG' => $user->img('icon_post_target', $user->lang['PM']), --- 193,199 ---- 'EMAIL_IMG' => $user->img('icon_contact_email', $user->lang['SEND_EMAIL']), 'QUOTE_IMG' => $user->img('icon_post_quote', $user->lang['POST_QUOTE_PM']), 'REPLY_IMG' => $user->img('button_pm_reply', $user->lang['POST_REPLY_PM']), ! 'REPORT_IMG' => $user->img('icon_post_report', 'REPORT_PM'), 'EDIT_IMG' => $user->img('icon_post_edit', $user->lang['POST_EDIT_PM']), 'MINI_POST_IMG' => $user->img('icon_post_target', $user->lang['PM']), |