diff --git a/app/lang/en.php b/app/lang/en.php index a5a508d..762d19f 100644 --- a/app/lang/en.php +++ b/app/lang/en.php @@ -18,6 +18,7 @@ return $lang = [ 'b_create' => 'Create', 'b_edit' => 'Edit', 'b_remove' => 'Remove', + 'b_finish' => 'Finish', 'b_approve' => 'Approve', 'b_disable' => 'Disable', 'b_save' => 'Save', diff --git a/app/templates/part/sceneEdit.phtml b/app/templates/part/sceneEdit.phtml index f2169ea..1126ed7 100644 --- a/app/templates/part/sceneEdit.phtml +++ b/app/templates/part/sceneEdit.phtml @@ -3,16 +3,16 @@
-

+

echo('t_editScene')?>

-
:
+
echo('w_title');?>:
-
:
+
echo('w_icon');?>:
- + +
\ No newline at end of file