mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 23:27:12 -05:00
add fixme
This commit is contained in:
parent
742a520954
commit
5bc25e494c
1 changed files with 1 additions and 0 deletions
|
|
@ -638,6 +638,7 @@ class Browser(QMainWindow):
|
|||
noSort = ("question", "answer", "template", "deck", "note", "noteTags")
|
||||
if type in noSort:
|
||||
if type == "template":
|
||||
# fixme: change to 'card:1' to be clearer in future dev round
|
||||
showInfo(_("""\
|
||||
This column can't be sorted on, but you can search for individual card types, \
|
||||
such as 'card:Card 1'."""))
|
||||
|
|
|
|||
Loading…
Reference in a new issue