From: Akos Polster Date: Sun, 21 Nov 2010 14:06:01 +0000 (+0100) Subject: Fix book info title. X-Git-Url: http://vcs.maemo.org/git/?p=dorian;a=commitdiff_plain;h=acc3b19c45dff239815e6c30bc89832d8055b116 Fix book info title. --- diff --git a/infodialog.cpp b/infodialog.cpp index 4f88539..378c77c 100644 --- a/infodialog.cpp +++ b/infodialog.cpp @@ -10,7 +10,7 @@ InfoDialog::InfoDialog(Book *b, QWidget *parent, bool showButtons): { TRACE; - setWindowTitle(tr("Book Details")); + setWindowTitle(tr("Book details")); if (book) { QLabel *title = new QLabel(book->title, this);