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 --- addressbook/ChangeLog | 8 ++++++++ .../gui/component/GNOME_Evolution_Addressbook.server.in.in | 2 +- addressbook/gui/component/addressbook-migrate.c | 2 +- calendar/ChangeLog | 5 +++++ calendar/gui/migration.c | 2 +- 5 files changed, 16 insertions(+), 3 deletions(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 88089025f1..892a7bce87 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2008-08-12 Matthew Barnes + + * gui/component/GNOME_Evolution_Addressbook.server.in.in: + Fix a typo. (#547369) + + * gui/component/addressbook-migrate.c: + Fix TeX-style quotes. (#547372) + 2008-08-12 Milan Crha ** Fix for bug #547308 diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in index 4fe2ce7a6a..823d5bd89f 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in @@ -102,7 +102,7 @@ + _value="Evolution S/MIME Certificate Management Control"/> diff --git a/addressbook/gui/component/addressbook-migrate.c b/addressbook/gui/component/addressbook-migrate.c index 5b73f7ae1e..e6d5616e13 100644 --- a/addressbook/gui/component/addressbook-migrate.c +++ b/addressbook/gui/component/addressbook-migrate.c @@ -122,7 +122,7 @@ dialog_set_folder_name (MigrationContext *context, 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 (GTK_LABEL (context->folder_label), text); g_free (text); diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e388f51b23..02da8640ee 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2008-08-12 Matthew Barnes + + * gui/migration.c: + Fix TeX-style quotes. (#547372) + 2008-08-12 Dmitrijs Ledkovs ** Fixes bug #498095 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 v1.2.3