From bcc0ccc7a53faff84dc722438d3742f4481c1ac0 Mon Sep 17 00:00:00 2001 From: Aishwarya K Date: Sat, 8 Jul 2006 13:51:30 +0000 Subject: Fix for #332963 Set the mnemonic character for "No image" 2006-07-08 Aishwarya K Fix for #332963 * e-contact-editor.c: Set the mnemonic character for "No image" svn path=/trunk/; revision=32262 --- addressbook/gui/contact-editor/e-contact-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index a7300be3fc..237b1ffce1 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -2781,7 +2781,7 @@ static void image_clicked (GtkWidget *button, EContactEditor *editor) { const gchar *title = _("Please select an image for this contact"); - const gchar *no_image = _("No image"); + const gchar *no_image = _("_No image"); GtkImage *preview; if (!editor->file_selector) { -- cgit v1.2.3