ToDoList: Fix caption of first exported column to be "Type" rather than "Done".

This commit is contained in:
wp_xyz 2022-06-11 11:47:16 +02:00
parent 896e1525d7
commit 9f508f3c7d

View File

@ -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';