aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'a11y/addressbook')
-rw-r--r--a11y/addressbook/ea-minicard-view.c2
1 files changed, 1 insertions, 1 deletions
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);