From c6b8fcab8dbbd472770d4de3d44339787cb537f8 Mon Sep 17 00:00:00 2001 From: ubbo Date: Mon, 17 Oct 2011 22:58:23 +0000 Subject: date change git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@558 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- verifydetailsdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'verifydetailsdialog.cpp') diff --git a/verifydetailsdialog.cpp b/verifydetailsdialog.cpp index 83896a0..840eb1c 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("dd. MMM. yyyy")))); + mVboxLayout->addWidget(new QLabel(tr("Text was completely signed on %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("dd. MMM. yyyy")))); + mVboxLayout->addWidget(new QLabel(tr("Text was partially signed on %1 by:\n").arg(timestamp.toString(Qt::SystemLocaleLongDate)))); break; } } -- cgit v1.2.3