mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11666] Removing MESSAGE_DELETED..
..in /en/posting.php as it is not used. PHPBB3-11666
This commit is contained in:
parent
c169583dc3
commit
92fe7e61c2
1 changed files with 0 additions and 1 deletions
|
@ -156,7 +156,6 @@ $lang = array_merge($lang, array(
|
||||||
1 => 'Enter your message here, it may contain no more than <strong>%d</strong> character.',
|
1 => 'Enter your message here, it may contain no more than <strong>%d</strong> character.',
|
||||||
2 => 'Enter your message here, it may contain no more than <strong>%d</strong> characters.',
|
2 => 'Enter your message here, it may contain no more than <strong>%d</strong> characters.',
|
||||||
),
|
),
|
||||||
'MESSAGE_DELETED' => 'This message has been deleted successfully.',
|
|
||||||
'MORE_SMILIES' => 'View more smilies',
|
'MORE_SMILIES' => 'View more smilies',
|
||||||
|
|
||||||
'NOTIFY_REPLY' => 'Notify me when a reply is posted',
|
'NOTIFY_REPLY' => 'Notify me when a reply is posted',
|
||||||
|
|
Loading…
Add table
Reference in a new issue