From 6a3511948f69ffbc2941c6ee6e2c2a8389b345bf Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 15 Feb 2012 19:08:12 +0100 Subject: Bug #662743 - Translation context needed for "Attachment" --- mail/em-format-html-display.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/em-format-html-display.c') diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index a0e50863fe..7e796b1c2a 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -1392,7 +1392,8 @@ efhd_attachment_optional (EMFormatHTML *efh, gtk_container_add (GTK_CONTAINER (button), GTK_WIDGET (hbox)); a11y = gtk_widget_get_accessible (button); - atk_object_set_name (a11y, _("Attachment")); + /* Translators: Name of an Attachment button for a11y object */ + atk_object_set_name (a11y, C_("Button", "Attachment")); gtk_box_pack_start (GTK_BOX (mainbox), button, FALSE, FALSE, 6); -- cgit v1.2.3