diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-17 22:33:29 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-17 22:33:29 +0000 |
commit | 10edb8b480f37f8d8dfb116d351a0e9deabe3af8 (patch) | |
tree | 04af66bc9d107197f4d75369e2ed9e84083c5dbc /verifydetailsdialog.cpp | |
parent | added keyserverimport with icon to toolbar in keymgmt (diff) | |
download | gpg4usb-10edb8b480f37f8d8dfb116d351a0e9deabe3af8.tar.gz gpg4usb-10edb8b480f37f8d8dfb116d351a0e9deabe3af8.zip |
some text text changes, add method getKeyByFpr()
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@557 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'verifydetailsdialog.cpp')
-rw-r--r-- | verifydetailsdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/verifydetailsdialog.cpp b/verifydetailsdialog.cpp index e9150bd..83896a0 100644 --- a/verifydetailsdialog.cpp +++ b/verifydetailsdialog.cpp @@ -60,12 +60,12 @@ void VerifyDetailsDialog::refresh() { case 2: { - mVboxLayout->addWidget(new QLabel(tr("Text was completly signed on %1 by:\n").arg(timestamp.toString(Qt::SystemLocaleShortDate)))); + mVboxLayout->addWidget(new QLabel(tr("Text was completely signed on %1 by:\n").arg(timestamp.toString("dd. MMM. yyyy")))); break; } case 1: { - mVboxLayout->addWidget(new QLabel(tr("Text was partially signed on %1 by:\n").arg(timestamp.toString(Qt::SystemLocaleShortDate)))); + mVboxLayout->addWidget(new QLabel(tr("Text was partially signed on %1 by:\n").arg(timestamp.toString("dd. MMM. yyyy")))); break; } } |