correction for button name

This commit is contained in:
Matthew Vale
2015-12-30 16:58:39 +00:00
parent e05b8ffca2
commit ff2e2bd396

View File

@@ -336,7 +336,7 @@ if(!$install_step) { $install_step = 'select_language'; }
echo "<form method='post' name='frm' action=''>\n";
echo " <div style='text-align:right'>\n";
echo " <button type='button' onclick=\"history.go(-1);\">".$text['button-back']."</button>\n";
echo " <button type='button' onclick=\"location.reload(true);\">".$text['button-install_execute']."</button>\n";
echo " <button type='button' onclick=\"location.reload(true);\">".$text['button-execute']."</button>\n";
echo " </div>\n";
echo "</form>\n";
}