typo in clock off msg

This commit is contained in:
Damien Elmes 2013-12-09 15:45:39 +09:00
parent 8bde269194
commit f057242da1

View file

@ -828,7 +828,7 @@ title="%s">%s</button>''' % (
def clockIsOff(self, diff): def clockIsOff(self, diff):
diffText = ngettext("%s second", "%s seconds", diff) % diff diffText = ngettext("%s second", "%s seconds", diff) % diff
warn = _("""\ 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. \ 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 \ The internal clock can be wrong even if your system is showing the correct \
local time. local time.