diff --git a/ankiqt/__init__.py b/ankiqt/__init__.py index e93916deb..e5f034a21 100644 --- a/ankiqt/__init__.py +++ b/ankiqt/__init__.py @@ -108,7 +108,7 @@ def run(): if anki.version != appVersion: print "You have libanki %s, but this is ankiqt %s" % ( anki.version, appVersion) - print "\nPlease install the latest libanki." + print "\nPlease ensure versions match." return # parse args