From 474b0fbe0de4fa017cce8c7311783dc5ace5d8cd Mon Sep 17 00:00:00 2001 From: Sushma Rai Date: Sat, 22 Oct 2005 09:11:05 +0000 Subject: Marked subject line for translation. Fixes #317753. svn path=/trunk/; revision=30556 --- addressbook/gui/widgets/eab-gui-util.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'addressbook/gui/widgets/eab-gui-util.c') diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c index dd09c7620c..aeb259d3e8 100644 --- a/addressbook/gui/widgets/eab-gui-util.c +++ b/addressbook/gui/widgets/eab-gui-util.c @@ -1028,7 +1028,7 @@ eab_send_contact_list_as_attachment (GList *contacts) bcc_list->_maximum = bcc_list->_length = 0; if (!contacts || contacts->next) { - subject = CORBA_string_dup ("Contact information"); + subject = CORBA_string_dup (_("Contact information")); } else { EContact *contact = contacts->data; const gchar *tempstr2; @@ -1046,9 +1046,9 @@ eab_send_contact_list_as_attachment (GList *contacts) tempstr2 = e_contact_get_const (contact, E_CONTACT_EMAIL_3); if (!tempstr2 || !*tempstr2) - tempstr = g_strdup_printf ("Contact information"); + tempstr = g_strdup_printf (_("Contact information")); else - tempstr = g_strdup_printf ("Contact information for %s", tempstr2); + tempstr = g_strdup_printf (_("Contact information for %s"), tempstr2); subject = CORBA_string_dup (tempstr); g_free (tempstr); } -- cgit v1.2.3