aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/addressbook/ea-minicard-view.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2008-08-27 18:37:32 +0800
committerPhilip Withnall <pwithnall@src.gnome.org>2008-08-27 18:37:32 +0800
commit0368e5866b2e700a7b7642775c6fb81ab1aef18e (patch)
treed681634b14360df1d8bcdc298928e8ee8fbf59d2 /a11y/addressbook/ea-minicard-view.c
parent1bad915150e2d5e97cbbf1a77f7a85e338c07f28 (diff)
downloadgsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.tar
gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.tar.gz
gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.tar.bz2
gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.tar.lz
gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.tar.xz
gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.tar.zst
gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.zip
** Fix for bug #534762
2008-08-27 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #534762 Change "addressbook" to "address book" in translatable strings. svn path=/trunk/; revision=36117
Diffstat (limited to 'a11y/addressbook/ea-minicard-view.c')
-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 b617bef24b..fc5638d51d 100644
--- a/a11y/addressbook/ea-minicard-view.c
+++ b/a11y/addressbook/ea-minicard-view.c
@@ -175,7 +175,7 @@ ea_minicard_view_get_description (AtkObject *accessible)
if (accessible->description)
return accessible->description;
- return _("evolution addressbook");
+ return _("evolution address book");
}
AtkObject*