Fix book info title.
authorAkos Polster <akos@pipacs.com>
Sun, 21 Nov 2010 14:06:01 +0000 (15:06 +0100)
committerAkos Polster <akos@pipacs.com>
Sun, 21 Nov 2010 14:06:01 +0000 (15:06 +0100)
infodialog.cpp

index 4f88539..378c77c 100644 (file)
@@ -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);