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

(cherry picked from commit 9f508f3c7d)
This commit is contained in:
wp_xyz 2022-06-11 11:47:16 +02:00 committed by Maxim Ganetsky
parent 564f36e8fe
commit 5175a2ba20

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