[Xfce4-commits] <postler:master> Shorten authenticity error message

Christian Dywan noreply at xfce.org
Sun Feb 13 19:18:03 CET 2011


Updating branch refs/heads/master
         to 7ae88da1a3c1b4d9a60ac0684f4540edb3a74c30 (commit)
       from b5a319e77a4932715d012843aa1abda329f40a97 (commit)

commit 7ae88da1a3c1b4d9a60ac0684f4540edb3a74c30
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Feb 13 15:18:44 2011 +0100

    Shorten authenticity error message

 postler/postler-bureau.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index db513c1..0da99b2 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -470,7 +470,7 @@ public class Postler.Bureau : Gtk.Window {
 
         if ("can't verify certificate" in error_message) {
             var infobar = show_fetch_error_infobar (account,
-        _("Can't verify mail server authenticity. Fetching could be unsafe"));
+        _("Can't verify mail server authenticity."));
             infobar.add_button (_("Fetch Without Verifying"), Gtk.ResponseType.OK);
             infobar.response.connect ((response) => {
                 foreach (var info in accounts.get_infos ()) {



More information about the Xfce4-commits mailing list