diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-08-12 18:37:12 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-12 18:37:12 +0800 |
commit | 02e06ac617b2c205be9552e0d121800f4f98e86c (patch) | |
tree | 61fb017c16de2ecf0d4138ccc3b3f10de9659e32 /calendar | |
parent | 9fe7dbdfdf9659cd876107140d2a56b3f1bf43ce (diff) | |
download | gsoc2013-evolution-02e06ac617b2c205be9552e0d121800f4f98e86c.tar.gz gsoc2013-evolution-02e06ac617b2c205be9552e0d121800f4f98e86c.tar.zst gsoc2013-evolution-02e06ac617b2c205be9552e0d121800f4f98e86c.zip |
Fix a typo. (#547369)
2008-08-12 Matthew Barnes <mbarnes@redhat.com>
* 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
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/migration.c | 2 |
2 files changed, 6 insertions, 1 deletions
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 <mbarnes@redhat.com> + + * gui/migration.c: + Fix TeX-style quotes. (#547372) + 2008-08-12 Dmitrijs Ledkovs <dmitrij.ledkov@gmail.com> ** 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); |