MyBB Community Forums

Full Version: [F] Translation of buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
You cannot translate the yes/no buttons on the page where you have to confirm that you want to delete a template set.

admin/templates.php (485-487):
$yes = makebuttoncode("deletesubmit", "Yes");
$no = makebuttoncode("no", "No");
makelabelcode("<div align=\"center\">$lang->delete_set_notice {$templateset['title']}?<br /><br />$yes$no</div>", "");
This bug has been fixed in the latest code.

Please note the latest code is not live on the site or for download. An update will be released which contains this fix.