tweak README to avoid i18n warning

This commit is contained in:
Damien Elmes 2012-06-03 20:27:32 +09:00
parent df89d6e4b9
commit 37cc94c2fa

View file

@ -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, to make backups easy. To tell Anki to use a different location,
please see: please see:
%s#%s %s
""") % (appHelpSite, "startupopts")) """) % (appHelpSite + "#startupopts"))
def _pwhash(self, passwd): def _pwhash(self, passwd):
return checksum(unicode(self.meta['id'])+unicode(passwd)) return checksum(unicode(self.meta['id'])+unicode(passwd))