aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-12-30 13:49:37 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-12-30 13:49:37 +0000
commit0a29a515222676c6c27893fefa4f43b301f8ac18 (patch)
tree33a29e3310520adc7a47824a18dd665647034e24 /phpBB/templates
parent26f286eb30f6013394880d0645c8946d6356f8e1 (diff)
downloadforums-0a29a515222676c6c27893fefa4f43b301f8ac18.tar
forums-0a29a515222676c6c27893fefa4f43b301f8ac18.tar.gz
forums-0a29a515222676c6c27893fefa4f43b301f8ac18.tar.bz2
forums-0a29a515222676c6c27893fefa4f43b301f8ac18.tar.xz
forums-0a29a515222676c6c27893fefa4f43b301f8ac18.zip
Fix bug #497838
git-svn-id: file:///svn/phpbb/trunk@1747 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rwxr-xr-xphpBB/templates/subSilver/admin/styles_edit_body.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/admin/styles_edit_body.tpl b/phpBB/templates/subSilver/admin/styles_edit_body.tpl
index 664fe0a89e..3f3c73181b 100755
--- a/phpBB/templates/subSilver/admin/styles_edit_body.tpl
+++ b/phpBB/templates/subSilver/admin/styles_edit_body.tpl
@@ -238,7 +238,7 @@
<tr>
- <td class="catBottom" colspan="3" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="Save Settings" class="mainoption" />
+ <td class="catBottom" colspan="3" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SAVE_SETTINGS}" class="mainoption" />
</td>
</tr>
</table></form>