mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Fix bug #44225 - Bad language-string on "Stick topic for X days"
Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9643 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
37a054897f
commit
8e59781b73
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ $lang = array_merge($lang, array(
|
||||||
'SMILIES_ARE_ON' => 'Smilies are <em>ON</em>',
|
'SMILIES_ARE_ON' => 'Smilies are <em>ON</em>',
|
||||||
'STICKY_ANNOUNCE_TIME_LIMIT'=> 'Sticky/Announcement time limit',
|
'STICKY_ANNOUNCE_TIME_LIMIT'=> 'Sticky/Announcement time limit',
|
||||||
'STICK_TOPIC_FOR' => 'Stick topic for',
|
'STICK_TOPIC_FOR' => 'Stick topic for',
|
||||||
'STICK_TOPIC_FOR_EXPLAIN' => 'Enter 0 or leave blank for a never ending Sticky/Announcement.',
|
'STICK_TOPIC_FOR_EXPLAIN' => 'Enter 0 or leave blank for a never ending Sticky/Announcement. Please note that this number is relative to the date of the post.',
|
||||||
'STYLES_TIP' => 'Tip: Styles can be applied quickly to selected text.',
|
'STYLES_TIP' => 'Tip: Styles can be applied quickly to selected text.',
|
||||||
|
|
||||||
'TOO_FEW_CHARS' => 'Your message contains too few characters.',
|
'TOO_FEW_CHARS' => 'Your message contains too few characters.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue