From f057242da14ee940d3398cf562ac7eb13e5df5ea Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 9 Dec 2013 15:45:39 +0900 Subject: [PATCH] typo in clock off msg --- aqt/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/main.py b/aqt/main.py index 5bb1b2e4c..4e89481f6 100644 --- a/aqt/main.py +++ b/aqt/main.py @@ -828,7 +828,7 @@ title="%s">%s''' % ( def clockIsOff(self, diff): diffText = ngettext("%s second", "%s seconds", diff) % diff warn = _("""\ -iIn order to ensure your collection works correctly when moved between \ +In order to ensure your collection works correctly when moved between \ devices, Anki requires your computer's internal clock to be set correctly. \ The internal clock can be wrong even if your system is showing the correct \ local time.