X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=infodialog.cpp;h=378c77c2450b0598ba60c0617422bb5a99cd7a9b;hb=acc3b19c45dff239815e6c30bc89832d8055b116;hp=4f885398e121e3b6dcd85571fde2df9483513dfb;hpb=89bec1c01314b08da3f7740214cee87b463a87ac;p=dorian 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);