From 2e2141422526f62839d0ee397356d1e38b435b53 Mon Sep 17 00:00:00 2001 From: Translations Date: Sat, 10 Nov 2018 17:34:06 +0100 Subject: Update translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Arabic: ButterflyOfFire Galician: Iván Seoane Italian: Valerio Baldisserotto Norwegian Bokmål: Allan Nordhøy Romanian: Licaon Kter --- plugins/omemo/src/own_notifications.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/omemo/src') diff --git a/plugins/omemo/src/own_notifications.vala b/plugins/omemo/src/own_notifications.vala index 5c96f8d5..f882d03a 100644 --- a/plugins/omemo/src/own_notifications.vala +++ b/plugins/omemo/src/own_notifications.vala @@ -35,7 +35,7 @@ public class OwnNotifications { private void display_notification() { Notification notification = new Notification(_("OMEMO trust decision required")); notification.set_default_action_and_target_value("app.own-keys", new Variant.int32(account.id)); - notification.set_body(_("Did you add a new device for account %s").printf(@"$(account.bare_jid.to_string())")); + notification.set_body(_("Did you add a new device for account %s?").printf(@"$(account.bare_jid.to_string())")); plugin.app.send_notification(account.id.to_string()+"-new-device", notification); } } -- cgit v1.2.3-54-g00ecf