Merge branch 'master' of github.com:dae/anki

This commit is contained in:
Damien Elmes 2013-03-04 11:11:14 +09:00
commit c6af081cdd

View File

@ -605,11 +605,11 @@ class Browser(QMainWindow):
if type in noSort:
if type == "template":
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'."""))
elif type == "deck":
showInfo(_("""\
This column can't be sorted on, but you can search for specific decks
This column can't be sorted on, but you can search for specific decks \
by clicking on one on the left."""))
else:
showInfo(_("Sorting on this column is not supported. Please "