mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:59:27 +02:00
ToDoList: Fix caption of first exported column to be "Type" rather than "Done".
(cherry picked from commit 9f508f3c7d
)
This commit is contained in:
parent
564f36e8fe
commit
5175a2ba20
@ -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