mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Merge pull request #19 from frostschutz/newline_typo
surplus newline typo
This commit is contained in:
commit
6ebd52afbe
1 changed files with 2 additions and 2 deletions
|
@ -605,11 +605,11 @@ class Browser(QMainWindow):
|
||||||
if type in noSort:
|
if type in noSort:
|
||||||
if type == "template":
|
if type == "template":
|
||||||
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'."""))
|
||||||
elif type == "deck":
|
elif type == "deck":
|
||||||
showInfo(_("""\
|
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."""))
|
by clicking on one on the left."""))
|
||||||
else:
|
else:
|
||||||
showInfo(_("Sorting on this column is not supported. Please "
|
showInfo(_("Sorting on this column is not supported. Please "
|
||||||
|
|
Loading…
Reference in a new issue