diff options
author | Saturneric <[email protected]> | 2021-07-04 19:13:51 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-04 19:13:51 +0000 |
commit | 5846ce6d613eb84dcd61b468155a6d36dbdcfdf7 (patch) | |
tree | 5e435375aed59972d473a8dbd06ca8a3cb18edb5 /src/ui/VerifyDetailsDialog.cpp | |
parent | Improve UI; Improve File Opera; (diff) | |
download | GpgFrontend-5846ce6d613eb84dcd61b468155a6d36dbdcfdf7.tar.gz GpgFrontend-5846ce6d613eb84dcd61b468155a6d36dbdcfdf7.zip |
Adjust and improve the basic settings page
Other improvements
Diffstat (limited to 'src/ui/VerifyDetailsDialog.cpp')
-rw-r--r-- | src/ui/VerifyDetailsDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/VerifyDetailsDialog.cpp b/src/ui/VerifyDetailsDialog.cpp index e1403e14..641c09e9 100644 --- a/src/ui/VerifyDetailsDialog.cpp +++ b/src/ui/VerifyDetailsDialog.cpp @@ -67,9 +67,9 @@ void VerifyDetailsDialog::slotRefresh() { mVboxLayout->addWidget(new QLabel(tr("Error Validating signature"))); } else if (mInputSignature != nullptr) { mVboxLayout->addWidget(new QLabel( - tr("File was signed on %1 <br/> It Contains:<br/>").arg(QLocale::system().toString(timestamp)))); + tr("File was signed on %1 <br/> It Contains:<br/><br/>").arg(QLocale::system().toString(timestamp)))); } else { - mVboxLayout->addWidget(new QLabel(tr("Signed on %1 <br/> It Contains:<br/>").arg( + mVboxLayout->addWidget(new QLabel(tr("Signed on %1 <br/> It Contains:<br /><br/>").arg( QLocale::system().toString(timestamp)))); } // Add informationbox for every single key |