diff options
author | Aishwarya K <aishkalyan@gmail.com> | 2006-07-08 21:51:30 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-07-08 21:51:30 +0800 |
commit | bcc0ccc7a53faff84dc722438d3742f4481c1ac0 (patch) | |
tree | 8bc82226aa5b43c12e4c556c4820bd185b025350 /addressbook/gui | |
parent | 03f81defc129865387094b238acf43e5362d931b (diff) | |
download | gsoc2013-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')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 2 |
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) { |