From ec0520eb468ee368dabc913f05be8458e5584761 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 13 Dec 2015 16:04:56 +0530 Subject: [PATCH] ... --- src/calibre/gui2/tweak_book/polish.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/gui2/tweak_book/polish.py b/src/calibre/gui2/tweak_book/polish.py index 4e5f86a5e7..ab78d82f92 100644 --- a/src/calibre/gui2/tweak_book/polish.py +++ b/src/calibre/gui2/tweak_book/polish.py @@ -61,6 +61,7 @@ def format_report(title, report): def show_report(changed, title, report, parent, show_current_diff): report = format_report(title, report) d = QDialog(parent) + d.setWindowTitle(_('Action report')) d.l = QVBoxLayout() d.setLayout(d.l) d.e = QTextBrowser(d)