diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2009-08-12 09:25:57 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2009-08-12 09:25:57 +0000 |
commit | 91b91494e201ee33d06fa86bc608f6f9fc45bdaa (patch) | |
tree | 997eb3ae6dbab06a9396843917e98a05a036df9c /phpBB/styles/prosilver/template/quickreply_editor.html | |
parent | 5dd85e232355432f87156270236901df33232721 (diff) | |
download | forums-91b91494e201ee33d06fa86bc608f6f9fc45bdaa.tar forums-91b91494e201ee33d06fa86bc608f6f9fc45bdaa.tar.gz forums-91b91494e201ee33d06fa86bc608f6f9fc45bdaa.tar.bz2 forums-91b91494e201ee33d06fa86bc608f6f9fc45bdaa.tar.xz forums-91b91494e201ee33d06fa86bc608f6f9fc45bdaa.zip |
#49465
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9960 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/quickreply_editor.html')
-rw-r--r-- | phpBB/styles/prosilver/template/quickreply_editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html index 10fede984d..cc090957f9 100644 --- a/phpBB/styles/prosilver/template/quickreply_editor.html +++ b/phpBB/styles/prosilver/template/quickreply_editor.html @@ -28,7 +28,7 @@ {S_FORM_TOKEN} {QR_HIDDEN_FIELDS} <input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1" /> - <input type="submit" accesskey="f" tabindex="6" name="preview" value="{L_FULL_EDITOR}" class="button2" /> + <input type="submit" accesskey="f" tabindex="6" name="full_editor" value="{L_FULL_EDITOR}" class="button2" /> </fieldset> </div> <span class="corners-bottom"><span></span></span></div> |