diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2009-06-21 10:48:14 +0000 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2009-06-21 10:48:14 +0000 |
| commit | 8e59781b73e492ef01c6ab3bf75341f355fbbb94 (patch) | |
| tree | 18b5e33be7e8a8858a2de17883cbbfcf66fc4567 | |
| parent | 37a054897fe42179f65e1fa87db4720760a2d6fc (diff) | |
| download | forums-8e59781b73e492ef01c6ab3bf75341f355fbbb94.tar forums-8e59781b73e492ef01c6ab3bf75341f355fbbb94.tar.gz forums-8e59781b73e492ef01c6ab3bf75341f355fbbb94.tar.bz2 forums-8e59781b73e492ef01c6ab3bf75341f355fbbb94.tar.xz forums-8e59781b73e492ef01c6ab3bf75341f355fbbb94.zip | |
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
| -rw-r--r-- | phpBB/language/en/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index b3acb7f290..8733fc5b10 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -184,7 +184,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.', + '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.', 'TOO_FEW_CHARS' => 'Your message contains too few characters.', |
