diff --git a/components/todolist/todoliststrconsts.pas b/components/todolist/todoliststrconsts.pas index 112955efd0..70d8d5fd58 100644 --- a/components/todolist/todoliststrconsts.pas +++ b/components/todolist/todoliststrconsts.pas @@ -25,7 +25,7 @@ unit ToDoListStrConsts; interface const - csvHeader = 'Done,Description,Priority,Module,Line,Owner,Category'; + csvHeader = 'Type,Description,Priority,Module,Line,Owner,Category'; resourcestring lisTodolistRefresh='Refresh todo items';