From 02e06ac617b2c205be9552e0d121800f4f98e86c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 12 Aug 2008 10:37:12 +0000 Subject: Fix a typo. (#547369) 2008-08-12 Matthew Barnes * addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in: Fix a typo. (#547369) * addressbook/gui/component/addressbook-migrate.c: * calendar/gui/migration.c: Fix TeX-style quotes. (#547372) svn path=/trunk/; revision=35967 --- calendar/gui/migration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') diff --git a/calendar/gui/migration.c b/calendar/gui/migration.c index 4c3cb53210..462a62b1b6 100644 --- a/calendar/gui/migration.c +++ b/calendar/gui/migration.c @@ -192,7 +192,7 @@ dialog_set_folder_name (const char *folder_name) { char *text; - text = g_strdup_printf (_("Migrating `%s':"), folder_name); + text = g_strdup_printf (_("Migrating '%s':"), folder_name); gtk_label_set_text (label, text); g_free (text); -- cgit