[geary/mjog/i18n-fixes: 1/4] Application.MainWindow: Fix info bar typo




commit 0c1c7c11b14b019be8061301c525e2dbad8f9c24
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 8e6705ab9..e8428459c 100644
--- a/src/client/application/application-main-window.vala
+++ b/src/client/application/application-main-window.vala
@@ -564,7 +564,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]