[gnome-keysign: 6/15] send: corrected grammar in string




commit 70c093feca22a69e9c61e89867851c28717af7a8
Author: Tobias Mueller <muelli cryptobitch de>
Date:   Fri Apr 8 12:51:58 2022 +0200

    send: corrected grammar in string
    
    timing go to the end.

 keysign/send.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/keysign/send.py b/keysign/send.py
index d9aa1ad..78e8192 100644
--- a/keysign/send.py
+++ b/keysign/send.py
@@ -278,7 +278,7 @@ class SendApp:
 
         if success:
             self.result_label.set_label(_("Key successfully sent.\n"
-                                          "You should receive soon an email with the signature."))
+                                          "You should receive an email with the signature soon."))
             self.stack.set_visible_child(self.rb)
         else:
             if type(message) == WrongPasswordError:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]