add fixme

This commit is contained in:
Damien Elmes 2013-12-02 10:26:18 +09:00
parent 742a520954
commit 5bc25e494c

View file

@ -638,6 +638,7 @@ class Browser(QMainWindow):
noSort = ("question", "answer", "template", "deck", "note", "noteTags") noSort = ("question", "answer", "template", "deck", "note", "noteTags")
if type in noSort: if type in noSort:
if type == "template": if type == "template":
# fixme: change to 'card:1' to be clearer in future dev round
showInfo(_("""\ showInfo(_("""\
This column can't be sorted on, but you can search for individual card types, \ This column can't be sorted on, but you can search for individual card types, \
such as 'card:Card 1'.""")) such as 'card:Card 1'."""))