diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-15 16:35:09 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-15 16:35:09 +0000 |
commit | be43f44e3376dc3e5aeb680d30973693517ab339 (patch) | |
tree | b62e9c9bac58da088b98a94e71db2fd2de0c6fe9 /phpBB | |
parent | 0ed25deb63d13a77a26d74866434bd2832242319 (diff) | |
download | forums-be43f44e3376dc3e5aeb680d30973693517ab339.tar forums-be43f44e3376dc3e5aeb680d30973693517ab339.tar.gz forums-be43f44e3376dc3e5aeb680d30973693517ab339.tar.bz2 forums-be43f44e3376dc3e5aeb680d30973693517ab339.tar.xz forums-be43f44e3376dc3e5aeb680d30973693517ab339.zip |
Email form - free with purchase of any two other items
git-svn-id: file:///svn/phpbb/trunk@1317 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 00c90d3055..375232da0c 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -2717,7 +2717,7 @@ $template->assign_vars(array( "L_MESSAGE_BODY" => $lang['Message_body'], "L_OPTIONS" => $lang['Options'], "L_PREVIEW" => $lang['Preview'], - "L_SPELLCHECK" => $lang['Specllcheck'], + "L_SPELLCHECK" => $lang['Spellcheck'], "L_SUBMIT" => $lang['Submit_post'], "L_CANCEL" => $lang['Cancel_post'], "L_CONFIRM_DELETE" => $lang['Confirm_delete'], |