From ba15b41949e77917556b06f7e69586f74b19b0f4 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 16 Jan 2012 10:27:19 +0900 Subject: [PATCH] fix tooltip on remove format option --- aqt/editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/editor.py b/aqt/editor.py index 7fe9dff3e..58b14afcb 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -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",