mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
correct capitalization
This commit is contained in:
parent
80bf24cbc4
commit
f0236932b9
1 changed files with 1 additions and 1 deletions
|
@ -1024,7 +1024,7 @@ Debug info:\n%s""") % traceback.format_exc(), help="DeckErrors")
|
||||||
else:
|
else:
|
||||||
self.showToolTip(_("""\
|
self.showToolTip(_("""\
|
||||||
<h1>Unsaved Deck</h1>
|
<h1>Unsaved Deck</h1>
|
||||||
Careful. You're editing an unsaved Deck.<br>
|
Careful. You're editing an unsaved deck.<br>
|
||||||
Choose File -> Save to start autosaving<br>
|
Choose File -> Save to start autosaving<br>
|
||||||
your deck."""))
|
your deck."""))
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue