1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11103] Do not abbreviate template output

PHPBB3-11103
This commit is contained in:
Nathan Guse
2012-10-04 14:31:00 -05:00
parent cea94d8984
commit 07fb66ac10
3 changed files with 5 additions and 5 deletions

View File

@@ -386,7 +386,7 @@ $lang = array_merge($lang, array(
'NOT_AUTHORISED' => 'You are not authorised to access this area.',
'NOT_WATCHING_FORUM' => 'You are no longer subscribed to updates on this forum.',
'NOT_WATCHING_TOPIC' => 'You are no longer subscribed to this topic.',
'NOTIFICATIONS_CNT' => array(
'NOTIFICATIONS_COUNT' => array(
1 => '%d Notification',
2 => '%d Notifications',
),