mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
fix tooltip on remove format option
This commit is contained in:
parent
d7216ea1ad
commit
ba15b41949
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ class Editor(object):
|
|||
b("text_sub", self.toggleSub, "Ctrl+Shift+=",
|
||||
_("Subscript (Ctrl+Shift+=)"), check=True)
|
||||
b("text_remove", self.removeFormat, "Ctrl+r",
|
||||
_("Subscript (Ctrl+r)"))
|
||||
_("Remove Formatting (Ctrl+r)"))
|
||||
but = b("foreground", self.onForeground, "F7", text=" ")
|
||||
self.setupForegroundButton(but)
|
||||
but = b("cloze", self.onCloze, "Ctrl+Shift+c",
|
||||
|
|
Loading…
Reference in a new issue