aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.c
diff options
context:
space:
mode:
authorAishwarya K <aishkalyan@gmail.com>2006-07-08 21:51:30 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-07-08 21:51:30 +0800
commitbcc0ccc7a53faff84dc722438d3742f4481c1ac0 (patch)
tree8bc82226aa5b43c12e4c556c4820bd185b025350 /addressbook/gui/contact-editor/e-contact-editor.c
parent03f81defc129865387094b238acf43e5362d931b (diff)
downloadgsoc2013-evolution-bcc0ccc7a53faff84dc722438d3742f4481c1ac0.tar
gsoc2013-evolution-bcc0ccc7a53faff84dc722438d3742f4481c1ac0.tar.gz
gsoc2013-evolution-bcc0ccc7a53faff84dc722438d3742f4481c1ac0.tar.bz2
gsoc2013-evolution-bcc0ccc7a53faff84dc722438d3742f4481c1ac0.tar.lz
gsoc2013-evolution-bcc0ccc7a53faff84dc722438d3742f4481c1ac0.tar.xz
gsoc2013-evolution-bcc0ccc7a53faff84dc722438d3742f4481c1ac0.tar.zst
gsoc2013-evolution-bcc0ccc7a53faff84dc722438d3742f4481c1ac0.zip
Fix for #332963 Set the mnemonic character for "No image"
2006-07-08 Aishwarya K <aishkalyan@gmail.com> Fix for #332963 * e-contact-editor.c: Set the mnemonic character for "No image" svn path=/trunk/; revision=32262
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c2
1 files changed, 1 insertions, 1 deletions
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) {