diff options
| author | Tom Beddard <subblue@users.sourceforge.net> | 2005-12-26 21:02:39 +0000 |
|---|---|---|
| committer | Tom Beddard <subblue@users.sourceforge.net> | 2005-12-26 21:02:39 +0000 |
| commit | 95e8f761ceaf21cb23eafc9d75a5f947fc3e3afd (patch) | |
| tree | 944112412bd6e06187a8ec192efacd026f51a5c1 /phpBB/language/en/common.php | |
| parent | 4373cf2f30827e3ae0438e394d5e065a8bd13692 (diff) | |
| download | forums-95e8f761ceaf21cb23eafc9d75a5f947fc3e3afd.tar forums-95e8f761ceaf21cb23eafc9d75a5f947fc3e3afd.tar.gz forums-95e8f761ceaf21cb23eafc9d75a5f947fc3e3afd.tar.bz2 forums-95e8f761ceaf21cb23eafc9d75a5f947fc3e3afd.tar.xz forums-95e8f761ceaf21cb23eafc9d75a5f947fc3e3afd.zip | |
Language related updates.
Removed escaped double-quotes from single quote FAQ language strings - was causing mal-formed html.
Also changed the quicklink numbers to be prefixed by 'f' since standards dicate name and id attributes have to start with a non-numeric character.
git-svn-id: file:///svn/phpbb/trunk@5378 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 6c66d78826..8f843052d5 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -74,6 +74,7 @@ $lang = array_merge($lang, array( 'AVATAR_WRONG_SIZE' => 'The avatar must be at least %1$d pixels wide, %2$d pixels high and at most %3$d pixels wide and %4$d pixels high.', 'BACK_TO_TOP' => 'Top', + 'BBCODE_GUIDE' => 'BBCode Guide', 'BCC' => 'Bcc', 'BIRTHDAYS' => 'Birthdays', 'BOARD_BAN_PERM' => 'You have been <b>permanently</b> banned from this board.<br /><br />Please contact the %2$sBoard Administrator%3$s for more information.', |
