From a54b7776320ef5aa02e6ef7378c2a011dc454885 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 16 Oct 2021 20:09:55 +0200 Subject: Introduce due date Also: - Remove duration, difficulty and priority, - Translate to french. --- todo/gui/tags/panel/table/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'todo/gui/tags/panel/table/model.py') diff --git a/todo/gui/tags/panel/table/model.py b/todo/gui/tags/panel/table/model.py index 6f9d71a..0112b03 100644 --- a/todo/gui/tags/panel/table/model.py +++ b/todo/gui/tags/panel/table/model.py @@ -10,7 +10,7 @@ import todo.util.range columns = 1 -headers = ["Name", "Color"] +headers = ["Nom", "Couleur"] default_sort = (0, Qt.AscendingOrder) -- cgit v1.2.3