aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-19 20:38:44 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-19 20:38:44 +0000
commite416fb51d228ca634682bcf4e31a70334b2247c9 (patch)
tree7fab5c557953dede2d95053b67e9ddbf05240c0b /phpBB/templates
parent14cd6f5dd650af3a1eedfd56e728397689debcf2 (diff)
downloadforums-e416fb51d228ca634682bcf4e31a70334b2247c9.tar
forums-e416fb51d228ca634682bcf4e31a70334b2247c9.tar.gz
forums-e416fb51d228ca634682bcf4e31a70334b2247c9.tar.bz2
forums-e416fb51d228ca634682bcf4e31a70334b2247c9.tar.xz
forums-e416fb51d228ca634682bcf4e31a70334b2247c9.zip
Lang related changes
git-svn-id: file:///svn/phpbb/trunk@1377 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/admin/auth_forum_body.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/admin/auth_forum_body.tpl b/phpBB/templates/subSilver/admin/auth_forum_body.tpl
index 4ad5804cd5..7e5899292b 100644
--- a/phpBB/templates/subSilver/admin/auth_forum_body.tpl
+++ b/phpBB/templates/subSilver/admin/auth_forum_body.tpl
@@ -22,9 +22,9 @@
</tr>
<tr>
<td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS}
- <input type="submit" name="submit" value="{L_SUBMIT_CHANGES}" class="mainoption" />
+ <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />
&nbsp;&nbsp;
- <input type="reset" value="{L_RESET_CHANGES}" name="reset" class="liteoption" />
+ <input type="reset" value="{L_RESET}" name="reset" class="liteoption" />
</td>
</tr>
</table>