aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/posting.php
diff options
context:
space:
mode:
authorSenky <jakubsenko@gmail.com>2012-09-23 18:21:17 +0200
committerSenky <jakubsenko@gmail.com>2013-05-20 18:39:59 +0200
commitbeafabbcb3ff5e1f06612f9205598ac12abbd2e3 (patch)
treee3dba3a5e527c10e12f8242f7c77508ffd3d7b88 /phpBB/language/en/posting.php
parentd6e239bdd9d492aee7394d2bcfdc0896d1802d8d (diff)
downloadforums-beafabbcb3ff5e1f06612f9205598ac12abbd2e3.tar
forums-beafabbcb3ff5e1f06612f9205598ac12abbd2e3.tar.gz
forums-beafabbcb3ff5e1f06612f9205598ac12abbd2e3.tar.bz2
forums-beafabbcb3ff5e1f06612f9205598ac12abbd2e3.tar.xz
forums-beafabbcb3ff5e1f06612f9205598ac12abbd2e3.zip
[ticket/11010] adding type="number" and type="date" to prosilver
PHPBB3-11010
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r--phpBB/language/en/posting.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index f5478dded5..7651ff2b63 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -161,7 +161,7 @@ $lang = array_merge($lang, array(
'PLACE_INLINE' => 'Place inline',
'POLL_DELETE' => 'Delete poll',
'POLL_FOR' => 'Run poll for',
- 'POLL_FOR_EXPLAIN' => 'Enter 0 or leave blank for a never ending poll.',
+ 'POLL_FOR_EXPLAIN' => 'Enter 0 for a never ending poll.',
'POLL_MAX_OPTIONS' => 'Options per user',
'POLL_MAX_OPTIONS_EXPLAIN' => 'This is the number of options each user may select when voting.',
'POLL_OPTIONS' => 'Poll options',
@@ -211,7 +211,7 @@ $lang = array_merge($lang, array(
'SMILIES_ARE_ON' => 'Smilies are <em>ON</em>',
'STICKY_ANNOUNCE_TIME_LIMIT'=> 'Sticky/Announcement time limit',
'STICK_TOPIC_FOR' => 'Stick topic for',
- '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.',
+ 'STICK_TOPIC_FOR_EXPLAIN' => 'Enter 0 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.',
'TOO_FEW_CHARS' => 'Your message contains too few characters.',