mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
typo in clock off msg
This commit is contained in:
parent
8bde269194
commit
f057242da1
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,7 @@ title="%s">%s</button>''' % (
|
|||
def clockIsOff(self, diff):
|
||||
diffText = ngettext("%s second", "%s seconds", diff) % diff
|
||||
warn = _("""\
|
||||
iIn order to ensure your collection works correctly when moved between \
|
||||
In order to ensure your collection works correctly when moved between \
|
||||
devices, Anki requires your computer's internal clock to be set correctly. \
|
||||
The internal clock can be wrong even if your system is showing the correct \
|
||||
local time.
|
||||
|
|
Loading…
Reference in a new issue