From c325ae663851286e3ef18ce7bcb6f8adb670fe28 Mon Sep 17 00:00:00 2001 From: Devashish Sharma Date: Fri, 10 Mar 2006 07:03:25 +0000 Subject: Fix for Bug 331023 svn path=/trunk/; revision=31680 --- addressbook/gui/contact-editor/eab-editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/contact-editor/eab-editor.c b/addressbook/gui/contact-editor/eab-editor.c index 31ed8a77b2..c6f45a260c 100644 --- a/addressbook/gui/contact-editor/eab-editor.c +++ b/addressbook/gui/contact-editor/eab-editor.c @@ -319,7 +319,7 @@ eab_editor_confirm_delete (GtkWindow *parent, gboolean plural, gboolean is_list, if (is_list) { /* contact list(s) */ if (!plural) - msg = g_strdup_printf (_("Are you sure you want\nto delete contact list (%s) ?"), + msg = g_strdup_printf (_("Are you sure you want\nto delete contact list (%s)?"), name); else msg = g_strdup (_("Are you sure you want\nto delete these contact lists?")); @@ -327,7 +327,7 @@ eab_editor_confirm_delete (GtkWindow *parent, gboolean plural, gboolean is_list, else { /* contact(s) */ if (!plural) - msg = g_strdup_printf (_("Are you sure you want\nto delete contact (%s) ?"), + msg = g_strdup_printf (_("Are you sure you want\nto delete contact (%s)?"), name); else msg = g_strdup (_("Are you sure you want\nto delete these contacts?")); -- cgit v1.2.3