From 37cc94c2fa1cf5da6f27c6d34ee2270aef3a2979 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 3 Jun 2012 20:27:32 +0900 Subject: [PATCH] tweak README to avoid i18n warning --- aqt/profiles.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aqt/profiles.py b/aqt/profiles.py index 4de7fb0ba..eca1ba89f 100644 --- a/aqt/profiles.py +++ b/aqt/profiles.py @@ -232,8 +232,8 @@ This folder stores all of your Anki data in a single location, to make backups easy. To tell Anki to use a different location, please see: -%s#%s -""") % (appHelpSite, "startupopts")) +%s +""") % (appHelpSite + "#startupopts")) def _pwhash(self, passwd): return checksum(unicode(self.meta['id'])+unicode(passwd))