mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15137] Missed one language string change
Change STICKY_ANNOUNCE_TIME_LIMIT for consistency PHPBB3-15137
This commit is contained in:
parent
7609ba71e9
commit
d15b88af2a
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ $lang = array_merge($lang, array(
|
|||
'SMILIES' => 'Smilies',
|
||||
'SMILIES_ARE_OFF' => 'Smilies are <em>OFF</em>',
|
||||
'SMILIES_ARE_ON' => 'Smilies are <em>ON</em>',
|
||||
'STICKY_ANNOUNCE_TIME_LIMIT'=> 'Sticky/Announcement time limit',
|
||||
'STICKY_ANNOUNCE_TIME_LIMIT'=> 'Sticky/Announcement/Global time limit',
|
||||
'STICK_TOPIC_FOR' => 'Stick topic for',
|
||||
'STICK_TOPIC_FOR_EXPLAIN' => 'Enter 0 for a never ending Sticky/Announcement/Global. Please note that this number is relative to the date of the post.',
|
||||
'STYLES_TIP' => 'Tip: Styles can be applied quickly to selected text.',
|
||||
|
|
Loading…
Add table
Reference in a new issue