diff options
Diffstat (limited to 'verifynotification.cpp')
-rw-r--r-- | verifynotification.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/verifynotification.cpp b/verifynotification.cpp index 01f1db8..a2b4b6e 100644 --- a/verifynotification.cpp +++ b/verifynotification.cpp @@ -141,12 +141,12 @@ bool VerifyNotification::refresh() { case 2: { - verifyLabelText.prepend(tr("Text is completely signed by: ")); + verifyLabelText.prepend(tr("Text was completely signed by: ")); break; } case 1: { - verifyLabelText.prepend(tr("Text is partially signed by: ")); + verifyLabelText.prepend(tr("Text was partially signed by: ")); break; } } |