From bf9f78d040b32cf5ea8409a6973e29c28384cd6c Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 11 Jul 2019 09:10:31 +0800 Subject: [PATCH] * finish task #5940. --- module/admin/view/safe.html.php | 2 +- module/todo/lang/en.php | 2 +- module/todo/view/create.html.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/admin/view/safe.html.php b/module/admin/view/safe.html.php index a904abee7e..02f900bc0d 100644 --- a/module/admin/view/safe.html.php +++ b/module/admin/view/safe.html.php @@ -24,7 +24,7 @@ getClientLang() == 'en' ? 'w-300px' : 'w-130px';?> admin->safe->password?> - admin->safe->modeList, isset($config->safe->mode) ? $config->safe->mode : 0, "onclick=showModeRule(this.value)")?> + admin->safe->modeList, isset($config->safe->mode) ? $config->safe->mode : 0, "onclick=showModeRule(this.value)")?> admin->safe->noticeMode?> diff --git a/module/todo/lang/en.php b/module/todo/lang/en.php index 80027de5a1..d6ccd60816 100644 --- a/module/todo/lang/en.php +++ b/module/todo/lang/en.php @@ -57,7 +57,7 @@ $lang->todo->cycleMonth = 'Month'; $lang->todo->deadline = 'Expiration'; $lang->todo->every = 'Every'; -$lang->todo->beforeDays = "%sdays earlier"; +$lang->todo->beforeDays = "Auto create a todo%sdays before"; $lang->todo->dayNames = array(1 => 'Monday', 2 => 'Tuesday', 3 => 'Wednesday', 4 => 'Thursday', 5 => 'Friday', 6 => 'Saturday', 0 => 'Sunday'); $lang->todo->confirmBug = 'This Todo is linked to Bug #%s. Do you want to edit it?'; diff --git a/module/todo/view/create.html.php b/module/todo/view/create.html.php index eda7c88720..71e88541be 100644 --- a/module/todo/view/create.html.php +++ b/module/todo/view/create.html.php @@ -76,7 +76,7 @@ -
+
; padding-top:5px;'> todo->beforeDays, html::input('config[beforeDays]', 0, "class='form-control'"));?>