1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14093] Hardcoded language in ucp_pm_viewfolder.html

PHPBB3-14093
This commit is contained in:
rxu
2015-08-12 14:41:48 +07:00
parent 972f04ec6a
commit 2cd2cf2b39
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
<fieldset class="submit-buttons">
<input type="hidden" name="export_option" value="CSV" />
<input class="button1" type="submit" name="submit_export" value="{L_EXPORT_FOLDER}" />&nbsp;
<input class="button2" type="reset" value="Reset" name="reset" />&nbsp;
<input class="button2" type="reset" value="{L_RESET}" name="reset" />&nbsp;
{S_FORM_TOKEN}
</fieldset>
</form>