From 0368e5866b2e700a7b7642775c6fb81ab1aef18e Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 27 Aug 2008 10:37:32 +0000 Subject: ** Fix for bug #534762 2008-08-27 Philip Withnall ** Fix for bug #534762 Change "addressbook" to "address book" in translatable strings. svn path=/trunk/; revision=36117 --- a11y/addressbook/ea-addressbook-view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'a11y/addressbook/ea-addressbook-view.c') diff --git a/a11y/addressbook/ea-addressbook-view.c b/a11y/addressbook/ea-addressbook-view.c index be6a1e6212..174fff71f7 100644 --- a/a11y/addressbook/ea-addressbook-view.c +++ b/a11y/addressbook/ea-addressbook-view.c @@ -91,7 +91,7 @@ ea_ab_view_get_name (AtkObject *accessible) if (accessible->name) return accessible->name; - return _("evolution addressbook"); + return _("evolution address book"); } static G_CONST_RETURN gchar* @@ -100,7 +100,7 @@ ea_ab_view_get_description (AtkObject *accessible) if (accessible->description) return accessible->description; - return _("evolution addressbook"); + return _("evolution address book"); } AtkObject* -- cgit v1.2.3