From dfccd4f7dd5fc838c424ab4504d70737056817c3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 9 Jan 2015 12:48:28 +0530 Subject: [PATCH] ... --- src/calibre/gui2/tweak_book/editor/snippets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tweak_book/editor/snippets.py b/src/calibre/gui2/tweak_book/editor/snippets.py index 7a6398d1df..037b60020b 100644 --- a/src/calibre/gui2/tweak_book/editor/snippets.py +++ b/src/calibre/gui2/tweak_book/editor/snippets.py @@ -460,7 +460,7 @@ class EditSnippet(QWidget): d.setToolTip(_('You can test your snippet here')) d.setMaximumHeight(t.maximumHeight() + 15) d.setToolTip - add_row(_('T&est'), d) + add_row(_('T&est:'), d) i = QListWidgetItem(_('All'), t) i.setData(Qt.UserRole, '*')