aboutsummaryrefslogtreecommitdiffstats
path: root/verifydetailsdialog.cpp
diff options
context:
space:
mode:
authorNils Achtergarde <[email protected]>2017-12-30 19:52:52 +0000
committerNils Achtergarde <[email protected]>2017-12-30 19:52:52 +0000
commita685f81033aadf0db67e31a7f6de66e236aeab20 (patch)
tree93b3078e0d865958f68e74d2fed0b9fc4a49dcdc /verifydetailsdialog.cpp
parentcorrected typo in slotImport (diff)
downloadgpg4usb-a685f81033aadf0db67e31a7f6de66e236aeab20.tar.gz
gpg4usb-a685f81033aadf0db67e31a7f6de66e236aeab20.zip
recommit eafa42262813180336ae5e4c4c284d17a4f42e65 (fixed minor cosmetic effects)
Diffstat (limited to 'verifydetailsdialog.cpp')
-rw-r--r--verifydetailsdialog.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/verifydetailsdialog.cpp b/verifydetailsdialog.cpp
index ef02b26..67037e0 100644
--- a/verifydetailsdialog.cpp
+++ b/verifydetailsdialog.cpp
@@ -64,13 +64,11 @@ void VerifyDetailsDialog::slotRefresh()
{
case 2:
{
- mVboxLayout->addWidget(new QLabel(tr("Text was completely signed on\n %1 by:\n").arg(timestamp.toString(Qt::SystemLocaleLongDate))));
- break;
+ mVboxLayout->addWidget(new QLabel(tr("Text was completely signed on <br/> %1 by:<br/>").arg(timestamp.toString(Qt::SystemLocaleLongDate)))); break;
}
case 1:
{
- mVboxLayout->addWidget(new QLabel(tr("Text was partially signed on\n %1 by:\n").arg(timestamp.toString(Qt::SystemLocaleLongDate))));
- break;
+ mVboxLayout->addWidget(new QLabel(tr("Text was partially signed on <br/> %1 by:<br/>").arg(timestamp.toString(Qt::SystemLocaleLongDate)))); break;
}
}
}