Fix book info title.
[dorian] / 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);