mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
#58285 - Language pack fix
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10556 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5bd9d461e0
commit
d62068cfad
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ $lang = array_merge($lang, array(
|
||||||
'ALLOW_SMILIES' => 'Allow smilies',
|
'ALLOW_SMILIES' => 'Allow smilies',
|
||||||
'ALLOW_TOPIC_NOTIFY' => 'Allow subscribing to topics',
|
'ALLOW_TOPIC_NOTIFY' => 'Allow subscribing to topics',
|
||||||
'BOARD_PM' => 'Private messaging',
|
'BOARD_PM' => 'Private messaging',
|
||||||
'BOARD_PM_EXPLAIN' => 'Enable or disable private messaging for all users.',
|
'BOARD_PM_EXPLAIN' => 'Enable private messaging for all users.',
|
||||||
));
|
));
|
||||||
|
|
||||||
// Avatar Settings
|
// Avatar Settings
|
||||||
|
|
Loading…
Add table
Reference in a new issue