From 3ea3a7c7c6e374d4ee06124ddc048ab17100dcf6 Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Fri, 28 Jan 2005 16:58:41 +0000 Subject: Changed a string to make it complete and clear for transaltion Fixes 2005-01-28 Sivaiah Nallagatla * gui/widgets/eab-vcard-control.c (pstream_load) : Changed a string to make it complete and clear for transaltion Fixes #61067 svn path=/trunk/; revision=28601 --- addressbook/gui/widgets/eab-vcard-control.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/gui/widgets') diff --git a/addressbook/gui/widgets/eab-vcard-control.c b/addressbook/gui/widgets/eab-vcard-control.c index 3e2cdddcc9..77497767ca 100644 --- a/addressbook/gui/widgets/eab-vcard-control.c +++ b/addressbook/gui/widgets/eab-vcard-control.c @@ -136,8 +136,8 @@ pstream_load (BonoboPersistStream *ps, const Bonobo_Stream stream, if (list && list->next) { char *message; int length = g_list_length (list) - 1; - message = g_strdup_printf (ngettext("and one other contact.", - "and %d other contacts.", length), + message = g_strdup_printf (ngettext("There is one other contact.", + "There are %d other contacts.", length), length); gtk_label_set_text (GTK_LABEL (vcard_control->label), message); g_free (message); -- cgit v1.2.3