mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
tweak README to avoid i18n warning
This commit is contained in:
parent
df89d6e4b9
commit
37cc94c2fa
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue