diff options
author | David M <davidmj@users.sourceforge.net> | 2006-08-30 01:31:50 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-08-30 01:31:50 +0000 |
commit | 733774d747997856993f141beb54156262dc738a (patch) | |
tree | ec136ff8a9c10be5a02e58dff15e0fd491570e9d /phpBB/language/en/acp/posting.php | |
parent | 3f6318f2b10a1e5f8ede1d7a17a58409c1ddc1e6 (diff) | |
download | forums-733774d747997856993f141beb54156262dc738a.tar forums-733774d747997856993f141beb54156262dc738a.tar.gz forums-733774d747997856993f141beb54156262dc738a.tar.bz2 forums-733774d747997856993f141beb54156262dc738a.tar.xz forums-733774d747997856993f141beb54156262dc738a.zip |
- Bug #3986
git-svn-id: file:///svn/phpbb/trunk@6334 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/posting.php')
-rw-r--r-- | phpBB/language/en/acp/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index e1941b7f8d..457e65444e 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -36,7 +36,7 @@ $lang = array_merge($lang, array( 'BBCODE_ADDED' => 'BBCode added successfully', 'BBCODE_EDITED' => 'BBCode edited successfully', - 'BBCODE_INVALID_TAG_NAME' => 'The BBCode tag name that you selected is invalid', + 'BBCODE_INVALID_TAG_NAME' => 'The BBCode tag name that you selected already exists', 'BBCODE_NOT_EXIST' => 'The BBCode you selected does not exist', 'BBCODE_HELPLINE' => 'Helpline', 'BBCODE_HELPLINE_EXPLAIN' => 'This field contains the mouseover text of the BBCode', |