From 423cf1ee13182a6f17a08f32147a7473b588f1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bellegarde?= Date: Mon, 9 Oct 2023 15:56:30 +0200 Subject: [PATCH] client: conversation-viewer: Update warning string about remote images Fix #1425 --- src/client/conversation-viewer/conversation-message.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/conversation-viewer/conversation-message.vala b/src/client/conversation-viewer/conversation-message.vala index d1b3d2ed..4845cd05 100644 --- a/src/client/conversation-viewer/conversation-message.vala +++ b/src/client/conversation-viewer/conversation-message.vala @@ -1421,7 +1421,7 @@ public class ConversationMessage : Gtk.Grid, Geary.BaseInterface { // Translators: Info bar status message _("Remote images not shown"), // Translators: Info bar description - _("Only show remote images from senders you trust.") + _("Showing remote images allows the sender to track you") ); var menu_image = new Gtk.Image();