1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12976] Correctly use plurals for attachment count in UCP navigation

PHPBB3-12976
This commit is contained in:
Joas Schilling
2014-09-09 21:28:01 +02:00
parent 12398d65fd
commit d9f36ae7e1
4 changed files with 7 additions and 2 deletions

View File

@@ -182,6 +182,7 @@ class ucp_attachments
$template->assign_vars(array(
'TOTAL_ATTACHMENTS' => $num_attachments,
'NUM_ATTACHMENTS' => $user->lang('NUM_ATTACHMENTS', $num_attachments),
'L_TITLE' => $user->lang['UCP_ATTACHMENTS'],