diff options
| author | David M <davidmj@users.sourceforge.net> | 2006-12-24 14:34:26 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2006-12-24 14:34:26 +0000 |
| commit | cbd1fb07ed9e0a19e19a58098e1b00bb74a102d5 (patch) | |
| tree | 90a804bbd396c542258ca0aa42b87bbc4e5ddf6c /phpBB/language/en/posting.php | |
| parent | f0129b6f27cc05f9e6488729acd32739e2616602 (diff) | |
| download | forums-cbd1fb07ed9e0a19e19a58098e1b00bb74a102d5.tar forums-cbd1fb07ed9e0a19e19a58098e1b00bb74a102d5.tar.gz forums-cbd1fb07ed9e0a19e19a58098e1b00bb74a102d5.tar.bz2 forums-cbd1fb07ed9e0a19e19a58098e1b00bb74a102d5.tar.xz forums-cbd1fb07ed9e0a19e19a58098e1b00bb74a102d5.zip | |
sprintf
git-svn-id: file:///svn/phpbb/trunk@6805 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/posting.php')
| -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 b87b29b7d6..c650b2b388 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -184,7 +184,7 @@ $lang = array_merge($lang, array( 'TOO_MANY_USER_OPTIONS' => 'You cannot specify more options per user than existing poll options', 'TOPIC_BUMPED' => 'Topic has been bumped successfully', - 'UNAUTHORISED_BBCODE' => 'You cannot use certain BBCodes: ', + 'UNAUTHORISED_BBCODE' => 'You cannot use certain BBCodes: %s', 'UNGLOBALISE_EXPLAIN' => 'To switch this topic back from being global to a normal topic, you need to select the forum you wish this topic to be displayed.', 'UPDATE_COMMENT' => 'Update comment', 'URL_INVALID' => 'The URL you specified is invalid.', |
