From c0af2d0f37cbf9c93b7cfcc7563ca7dd5ebc571f Mon Sep 17 00:00:00 2001 From: ubbo Date: Mon, 17 Oct 2011 23:02:01 +0000 Subject: add linebreak git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@559 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- verifydetailsdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/verifydetailsdialog.cpp b/verifydetailsdialog.cpp index 840eb1c..7ccde37 100644 --- a/verifydetailsdialog.cpp +++ b/verifydetailsdialog.cpp @@ -60,12 +60,12 @@ void VerifyDetailsDialog::refresh() { case 2: { - mVboxLayout->addWidget(new QLabel(tr("Text was completely signed on %1 by:\n").arg(timestamp.toString(Qt::SystemLocaleLongDate)))); + mVboxLayout->addWidget(new QLabel(tr("Text was completely signed on\n %1 by:\n").arg(timestamp.toString(Qt::SystemLocaleLongDate)))); break; } case 1: { - mVboxLayout->addWidget(new QLabel(tr("Text was partially signed on %1 by:\n").arg(timestamp.toString(Qt::SystemLocaleLongDate)))); + mVboxLayout->addWidget(new QLabel(tr("Text was partially signed on\n %1 by:\n").arg(timestamp.toString(Qt::SystemLocaleLongDate)))); break; } } -- cgit v1.2.3