[geary/mjog/main-window-typo] Application.MainWindow: Fix info bar typo




commit 8a9d857f141f255417478c95663e916c0f5b9758
Author: Michael Gratton <mike vee net>
Date:   Tue Aug 18 17:24:11 2020 +1000

    Application.MainWindow: Fix info bar typo

 src/client/application/application-main-window.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/client/application/application-main-window.vala 
b/src/client/application/application-main-window.vala
index 0a1e2dc87..9583fca28 100644
--- a/src/client/application/application-main-window.vala
+++ b/src/client/application/application-main-window.vala
@@ -563,7 +563,7 @@ public class Application.MainWindow :
             // Translators: An info bar status label
             _("Security problem"),
             // Translators: An info bar description label
-            _("An account has reported an untrusted server..")
+            _("An account has reported an untrusted server.")
         );
         // Translators: An info bar button label
         var cert_retry = new Gtk.Button.with_label(_("Check"));


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