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 /addressbook/gui/component/addressbook-migrate.c | |
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 'addressbook/gui/component/addressbook-migrate.c')
-rw-r--r-- | addressbook/gui/component/addressbook-migrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |