client: conversation-viewer: Update warning string about remote images

Fix #1425
This commit is contained in:
Cédric Bellegarde 2023-10-09 15:56:30 +02:00
parent a7de8b939d
commit 423cf1ee13

View file

@ -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();