From a10c82191e2d7afa221f752fb318cd6c1f94e6c4 Mon Sep 17 00:00:00 2001 From: Allan Nordhøy Date: Tue, 26 Nov 2019 18:16:41 +0100 Subject: Could not connect to %s (#605) --- main/src/ui/notifications.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/src/ui/notifications.vala b/main/src/ui/notifications.vala index 0bc03a73..2c576e14 100644 --- a/main/src/ui/notifications.vala +++ b/main/src/ui/notifications.vala @@ -106,7 +106,7 @@ public class Notifications : Object { } private void notify_connection_error(Account account, ConnectionManager.ConnectionError error) { - Notification notification = new Notification(_("Failed connecting to %s").printf(account.bare_jid.domainpart)); + Notification notification = new Notification(_("Could not connect to %s").printf(account.bare_jid.domainpart)); switch (error.source) { case ConnectionManager.ConnectionError.Source.SASL: notification.set_body("Wrong password"); -- cgit v1.2.3-54-g00ecf