diff options
author | Translations <translations@dino.im> | 2018-11-10 17:34:06 +0100 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2018-11-10 18:02:58 +0100 |
commit | 2e2141422526f62839d0ee397356d1e38b435b53 (patch) | |
tree | ed14be1ce95bb086779ad948926560a6c35e8af0 /plugins/omemo/src/own_notifications.vala | |
parent | 7e6668d283194538d53a3b04708807564e591e22 (diff) | |
download | dino-2e2141422526f62839d0ee397356d1e38b435b53.tar.gz dino-2e2141422526f62839d0ee397356d1e38b435b53.zip |
Update translations
Arabic: ButterflyOfFire <ButterflyOfFire@protonmail.com>
Galician: Iván Seoane <ivanrsm1997@gmail.com>
Italian: Valerio Baldisserotto <svalo@libersoft.it>
Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no>
Romanian: Licaon Kter <licaon.kter@protonmail.com>
Diffstat (limited to 'plugins/omemo/src/own_notifications.vala')
-rw-r--r-- | plugins/omemo/src/own_notifications.vala | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |