- my->featureBar['todo'] as $period => $label):?>
+ todo->featureBar['todo'] as $period => $label):?>
user->id}&status=undone";
@@ -123,7 +123,7 @@ $doingCount = 0;
createLink('todo', 'view', "id=$todo->id&from=my", '', true), $todo->name, '', "data-toggle='modal' data-width='80%' data-type='iframe' data-title='" . $lang->todo->view . "' data-icon='check'");?>
pri;?>' title='todo->priList, $todo->pri, $todo->pri);?>'>todo->priList, $todo->pri)?>
- date == '2030-01-01' ? $lang->my->featureBar['todo']['future'] : $todo->date;?>
+ date == '2030-01-01' ? $lang->todo->featureBar['todo']['future'] : $todo->date;?>
todo->statusList[$todo->status];?>
todo->typeList, $todo->type, '');?>
diff --git a/module/todo/lang/de.php b/module/todo/lang/de.php
index c2c4301347..115dbeccc0 100644
--- a/module/todo/lang/de.php
+++ b/module/todo/lang/de.php
@@ -119,14 +119,14 @@ $lang->todo->unfinishedTodo = 'The todos of ID %s are not finished, and can not
$lang->todo->today = 'Todo Today';
$lang->todo->selectProduct = "Please select a product";
-$lang->my->featureBar['todo']['all'] = 'Alle';
-$lang->my->featureBar['todo']['before'] = 'Nicht abgeschlossen';
-$lang->my->featureBar['todo']['future'] = 'Wartend';
-$lang->my->featureBar['todo']['thisWeek'] = 'This Week';
-$lang->my->featureBar['todo']['thisMonth'] = 'This Month';
-$lang->my->featureBar['todo']['thisYear'] = 'Dieses Jahr';
-$lang->my->featureBar['todo']['assignedToOther'] = 'Assigned To Other';
-$lang->my->featureBar['todo']['cycle'] = 'Wiederkehrend';
+$lang->todo->featureBar['todo']['all'] = 'Alle';
+$lang->todo->featureBar['todo']['before'] = 'Nicht abgeschlossen';
+$lang->todo->featureBar['todo']['future'] = 'Wartend';
+$lang->todo->featureBar['todo']['thisWeek'] = 'This Week';
+$lang->todo->featureBar['todo']['thisMonth'] = 'This Month';
+$lang->todo->featureBar['todo']['thisYear'] = 'Dieses Jahr';
+$lang->todo->featureBar['todo']['assignedToOther'] = 'Assigned To Other';
+$lang->todo->featureBar['todo']['cycle'] = 'Wiederkehrend';
$lang->todo->action = new stdclass();
$lang->todo->action->finished = array('main' => '$date, wurde $extra von $actor.', 'extra' => 'reasonList');
diff --git a/module/todo/lang/en.php b/module/todo/lang/en.php
index f4a6ea6518..62e946b45d 100644
--- a/module/todo/lang/en.php
+++ b/module/todo/lang/en.php
@@ -119,14 +119,14 @@ $lang->todo->unfinishedTodo = 'The todos of ID %s are not finished, and can not
$lang->todo->today = 'Todo Today';
$lang->todo->selectProduct = "Please select a product";
-$lang->my->featureBar['todo']['all'] = 'Assigned To Yourself';
-$lang->my->featureBar['todo']['before'] = 'Unfinished';
-$lang->my->featureBar['todo']['future'] = 'TBD';
-$lang->my->featureBar['todo']['thisWeek'] = 'This Week';
-$lang->my->featureBar['todo']['thisMonth'] = 'This Month';
-$lang->my->featureBar['todo']['thisYear'] = 'This Year';
-$lang->my->featureBar['todo']['assignedToOther'] = 'Assigned To Other';
-$lang->my->featureBar['todo']['cycle'] = 'Recurrence';
+$lang->todo->featureBar['todo']['all'] = 'Assigned To Yourself';
+$lang->todo->featureBar['todo']['before'] = 'Unfinished';
+$lang->todo->featureBar['todo']['future'] = 'TBD';
+$lang->todo->featureBar['todo']['thisWeek'] = 'This Week';
+$lang->todo->featureBar['todo']['thisMonth'] = 'This Month';
+$lang->todo->featureBar['todo']['thisYear'] = 'This Year';
+$lang->todo->featureBar['todo']['assignedToOther'] = 'Assigned To Other';
+$lang->todo->featureBar['todo']['cycle'] = 'Recurrence';
$lang->todo->action = new stdclass();
$lang->todo->action->finished = array('main' => '$date, is $extra by $actor.', 'extra' => 'reasonList');
diff --git a/module/todo/lang/fr.php b/module/todo/lang/fr.php
index 9f8e68ce42..e9c0dbd59b 100644
--- a/module/todo/lang/fr.php
+++ b/module/todo/lang/fr.php
@@ -119,14 +119,14 @@ $lang->todo->unfinishedTodo = "Les entrées de l'ID %s ne sont pas terminés et
$lang->todo->today = 'Todo Today';
$lang->todo->selectProduct = "Please select a product";
-$lang->my->featureBar['todo']['all'] = 'Toutes les entrées';
-$lang->my->featureBar['todo']['before'] = 'Non terminée';
-$lang->my->featureBar['todo']['future'] = 'A définir';
-$lang->my->featureBar['todo']['thisWeek'] = 'This Week';
-$lang->my->featureBar['todo']['thisMonth'] = 'This Month';
-$lang->my->featureBar['todo']['thisYear'] = 'Cette Année';
-$lang->my->featureBar['todo']['assignedToOther'] = 'Assigned To Other';
-$lang->my->featureBar['todo']['cycle'] = 'Récurrence';
+$lang->todo->featureBar['todo']['all'] = 'Toutes les entrées';
+$lang->todo->featureBar['todo']['before'] = 'Non terminée';
+$lang->todo->featureBar['todo']['future'] = 'A définir';
+$lang->todo->featureBar['todo']['thisWeek'] = 'This Week';
+$lang->todo->featureBar['todo']['thisMonth'] = 'This Month';
+$lang->todo->featureBar['todo']['thisYear'] = 'Cette Année';
+$lang->todo->featureBar['todo']['assignedToOther'] = 'Assigned To Other';
+$lang->todo->featureBar['todo']['cycle'] = 'Récurrence';
$lang->todo->action = new stdclass();
$lang->todo->action->finished = array('main' => '$date, est $extra par $actor.', 'extra' => 'reasonList');
diff --git a/module/todo/lang/zh-cn.php b/module/todo/lang/zh-cn.php
index a8a823cb34..4d79637256 100644
--- a/module/todo/lang/zh-cn.php
+++ b/module/todo/lang/zh-cn.php
@@ -119,14 +119,14 @@ $lang->todo->unfinishedTodo = '待办ID %s 不是完成状态,不能关闭。'
$lang->todo->today = '今日待办';
$lang->todo->selectProduct = "请选择产品";
-$lang->my->featureBar['todo']['all'] = '指派自己';
-$lang->my->featureBar['todo']['before'] = '未完';
-$lang->my->featureBar['todo']['future'] = '待定';
-$lang->my->featureBar['todo']['thisWeek'] = '本周';
-$lang->my->featureBar['todo']['thisMonth'] = '本月';
-$lang->my->featureBar['todo']['thisYear'] = '本年';
-$lang->my->featureBar['todo']['assignedToOther'] = '指派他人';
-$lang->my->featureBar['todo']['cycle'] = '周期';
+$lang->todo->featureBar['todo']['all'] = '指派自己';
+$lang->todo->featureBar['todo']['before'] = '未完';
+$lang->todo->featureBar['todo']['future'] = '待定';
+$lang->todo->featureBar['todo']['thisWeek'] = '本周';
+$lang->todo->featureBar['todo']['thisMonth'] = '本月';
+$lang->todo->featureBar['todo']['thisYear'] = '本年';
+$lang->todo->featureBar['todo']['assignedToOther'] = '指派他人';
+$lang->todo->featureBar['todo']['cycle'] = '周期';
$lang->todo->action = new stdclass();
$lang->todo->action->finished = array('main' => '$date, 由 $actor $extra。$appendLink', 'extra' => 'reasonList');