瀏覽代碼

correction for button name

Matthew Vale 9 年之前
父節點
當前提交
f1c62d047c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/install/install_first_time.php

+ 1 - 1
core/install/install_first_time.php

@@ -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";
 			}