aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-14 13:32:14 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-14 13:32:14 +0000
commita3af441099278a998d1363be10dde3b856786d6b (patch)
tree882c7741a6a4713b1d26d062cbd5e4297e0d18c9 /phpBB
parent37fd84c057936e273f4709df433ae960f20e0e6a (diff)
downloadforums-a3af441099278a998d1363be10dde3b856786d6b.tar
forums-a3af441099278a998d1363be10dde3b856786d6b.tar.gz
forums-a3af441099278a998d1363be10dde3b856786d6b.tar.bz2
forums-a3af441099278a998d1363be10dde3b856786d6b.tar.xz
forums-a3af441099278a998d1363be10dde3b856786d6b.zip
Fix bug #481673
git-svn-id: file:///svn/phpbb/trunk@1313 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/admin/admin_board.php3
-rw-r--r--phpBB/templates/subSilver/admin/board_config_body.tpl2
2 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/admin/admin_board.php b/phpBB/admin/admin_board.php
index 38bbe46f6b..9c4cd0ba7e 100644
--- a/phpBB/admin/admin_board.php
+++ b/phpBB/admin/admin_board.php
@@ -182,7 +182,8 @@ $template->assign_vars(array(
"L_EMAIL_SIG_EXPLAIN" => $lang['Email_sig_explain'],
"L_USE_SMTP" => $lang['Use_SMTP'],
"L_USE_SMTP_EXPLAIN" => $lang['Use_SMTP_explain'],
- "L_SMTP_SERVER" => $lang['SMTP_server'],
+ "L_SMTP_SERVER" => $lang['SMTP_server'],
+ "L_SUBMIT" => $lang['Submit'],
"SITENAME" => $new['sitename'],
"SITE_DESCRIPTION" => $new['site_desc'],
diff --git a/phpBB/templates/subSilver/admin/board_config_body.tpl b/phpBB/templates/subSilver/admin/board_config_body.tpl
index 49bc31cdcd..bd729d30ae 100644
--- a/phpBB/templates/subSilver/admin/board_config_body.tpl
+++ b/phpBB/templates/subSilver/admin/board_config_body.tpl
@@ -188,4 +188,4 @@
</tr>
</table></form>
-<br clear="all">
+<br clear="all" />