From 4a3924cc6730b12a3ae931415774f7d3c1d1093b Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 14 Aug 2001 09:03:40 +0000 Subject: Got rid of an extraneous _ here. 2001-08-14 Christopher James Lahey * gui/merging/e-card-merging-book-commit-duplicate-detected.glade: Got rid of an extraneous _ here. * gui/widgets/e-addressbook-util.c (e_addressbook_error_dialog): Changed Canceled to Cancelled here. Fixes Ximian bug #2465. svn path=/trunk/; revision=12002 --- addressbook/gui/widgets/e-addressbook-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/widgets') diff --git a/addressbook/gui/widgets/e-addressbook-util.c b/addressbook/gui/widgets/e-addressbook-util.c index 9aaa554547..24a2ab93c0 100644 --- a/addressbook/gui/widgets/e-addressbook-util.c +++ b/addressbook/gui/widgets/e-addressbook-util.c @@ -38,7 +38,7 @@ e_addressbook_error_dialog (const gchar *msg, EBookStatus status) N_("Card not found"), N_("Card ID already exists"), N_("Protocol not supported"), - N_("Canceled"), + N_("Cancelled"), N_("Other error") }; char *error_msg; -- cgit v1.2.3