From 5b768c03d25299861c0312b80272ea7714fd9561 Mon Sep 17 00:00:00 2001 From: Andreas Klauer Date: Sun, 3 Mar 2013 00:19:16 +0100 Subject: [PATCH] surplus newline typo --- aqt/browser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aqt/browser.py b/aqt/browser.py index 6a74c2ccd..233fc6f52 100644 --- a/aqt/browser.py +++ b/aqt/browser.py @@ -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 "