From f03ac898179c181593ffe1c54c08882d916014f9 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 23 Sep 2012 17:17:27 +0900 Subject: [PATCH] typo --- aqt/importing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/importing.py b/aqt/importing.py index 3cc93bb0e..a0e00d175 100644 --- a/aqt/importing.py +++ b/aqt/importing.py @@ -321,7 +321,7 @@ Unable to import from a read-only file.""")) def setupApkgImport(mw, importer): diag = askUserDialog(_("""\ -Wolud you like to add to your collection, or replace it?"""), +Would you like to add to your collection, or replace it?"""), [_("Add"), _("Replace"), _("Cancel")])