mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 10:39:22 +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
|
interface
|
||||||
|
|
||||||
const
|
const
|
||||||
csvHeader = 'Done,Description,Priority,Module,Line,Owner,Category';
|
csvHeader = 'Type,Description,Priority,Module,Line,Owner,Category';
|
||||||
|
|
||||||
resourcestring
|
resourcestring
|
||||||
lisTodolistRefresh='Refresh todo items';
|
lisTodolistRefresh='Refresh todo items';
|
||||||
|
Loading…
Reference in New Issue
Block a user