From 14a879b743c755870b5fa11325055735b757852b Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Sat, 29 Jan 2005 02:37:39 +0000 Subject: fix a typo present in the string too 2005-01-28 Sivaiah Nallagatla * addressbook/ea-minicard-view.c (ea_minicard_view_get_name) : fix a typo present in the string too svn path=/trunk/; revision=28609 --- a11y/addressbook/ea-minicard-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'a11y/addressbook') diff --git a/a11y/addressbook/ea-minicard-view.c b/a11y/addressbook/ea-minicard-view.c index fa40d70113..a2d87d967f 100644 --- a/a11y/addressbook/ea-minicard-view.c +++ b/a11y/addressbook/ea-minicard-view.c @@ -147,7 +147,7 @@ ea_minicard_view_get_name (AtkObject *accessible) reflow = E_REFLOW(atk_gobject_accessible_get_object (ATK_GOBJECT_ACCESSIBLE (accessible))); string = g_strdup_printf (ngettext ("current addressbook folder has %d card", - "current addressbook folder have %d cards", + "current addressbook folder has %d cards", reflow->count), reflow->count); -- cgit v1.2.3