aboutsummaryrefslogtreecommitdiff
path: root/todo/gui/tags/panel/table/model.py
diff options
context:
space:
mode:
authorJoris2021-10-16 20:09:55 +0200
committerJoris2021-10-16 20:09:56 +0200
commita54b7776320ef5aa02e6ef7378c2a011dc454885 (patch)
tree0cc69107fc3db626ade1b91e70966f9ecff19678 /todo/gui/tags/panel/table/model.py
parent9d8b61da195bf8de14159f1222a693d62ceebacd (diff)
downloadtodo-a54b7776320ef5aa02e6ef7378c2a011dc454885.tar.gz
todo-a54b7776320ef5aa02e6ef7378c2a011dc454885.tar.bz2
todo-a54b7776320ef5aa02e6ef7378c2a011dc454885.zip
Introduce due date
Also: - Remove duration, difficulty and priority, - Translate to french.
Diffstat (limited to 'todo/gui/tags/panel/table/model.py')
-rw-r--r--todo/gui/tags/panel/table/model.py2
1 files changed, 1 insertions, 1 deletions
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)