fix tooltip on remove format option

This commit is contained in:
Damien Elmes 2012-01-16 10:27:19 +09:00
parent d7216ea1ad
commit ba15b41949

View file

@ -303,7 +303,7 @@ class Editor(object):
b("text_sub", self.toggleSub, "Ctrl+Shift+=", b("text_sub", self.toggleSub, "Ctrl+Shift+=",
_("Subscript (Ctrl+Shift+=)"), check=True) _("Subscript (Ctrl+Shift+=)"), check=True)
b("text_remove", self.removeFormat, "Ctrl+r", b("text_remove", self.removeFormat, "Ctrl+r",
_("Subscript (Ctrl+r)")) _("Remove Formatting (Ctrl+r)"))
but = b("foreground", self.onForeground, "F7", text=" ") but = b("foreground", self.onForeground, "F7", text=" ")
self.setupForegroundButton(but) self.setupForegroundButton(but)
but = b("cloze", self.onCloze, "Ctrl+Shift+c", but = b("cloze", self.onCloze, "Ctrl+Shift+c",