mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 06:38:06 +02:00
ToDoList: Fix caption of first exported column to be "Type" rather than "Done".
This commit is contained in:
parent
896e1525d7
commit
9f508f3c7d
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user