* change tutorial UI.

This commit is contained in:
Catouse
2016-04-27 17:13:03 +08:00
parent 281173aefe
commit 5707226b82
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ $lang->tutorial = new stdclass();
$lang->tutorial->common = '新手教程';
$lang->tutorial->desc = '通过完成一系列任务,快速了解禅道的基本使用方法。这可能会花费您10分钟,你可以随时退出任务。';
$lang->tutorial->start = '立即开始';
$lang->tutorial->exit = '退出任务';
$lang->tutorial->exit = '退出教程';
$lang->tutorial->congratulation = '恭喜,你已完成了所有任务!';
$lang->tutorial->restart = '重新开始';
$lang->tutorial->currentTask = '当前任务';