aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornomind60s <nomind60s@users.noreply.github.com>2017-03-21 06:50:25 -0600
committernomind60s <nomind60s@users.noreply.github.com>2017-03-21 06:50:25 -0600
commitd15b88af2acd45d19b983d75eaefdeba30d31e93 (patch)
treeb888cfe7bd80eeb8af31ebc0cb47e6cbe41e3407
parent7609ba71e98071cf5549de9d9baea253609ecd00 (diff)
downloadforums-d15b88af2acd45d19b983d75eaefdeba30d31e93.tar
forums-d15b88af2acd45d19b983d75eaefdeba30d31e93.tar.gz
forums-d15b88af2acd45d19b983d75eaefdeba30d31e93.tar.bz2
forums-d15b88af2acd45d19b983d75eaefdeba30d31e93.tar.xz
forums-d15b88af2acd45d19b983d75eaefdeba30d31e93.zip
[ticket/15137] Missed one language string change
Change STICKY_ANNOUNCE_TIME_LIMIT for consistency PHPBB3-15137
-rw-r--r--phpBB/language/en/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index 2b2fdb7d22..be90a9ce80 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -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.',