aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-08-12 18:37:12 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-12 18:37:12 +0800
commit02e06ac617b2c205be9552e0d121800f4f98e86c (patch)
tree61fb017c16de2ecf0d4138ccc3b3f10de9659e32 /addressbook/gui/component
parent9fe7dbdfdf9659cd876107140d2a56b3f1bf43ce (diff)
downloadgsoc2013-evolution-02e06ac617b2c205be9552e0d121800f4f98e86c.tar
gsoc2013-evolution-02e06ac617b2c205be9552e0d121800f4f98e86c.tar.gz
gsoc2013-evolution-02e06ac617b2c205be9552e0d121800f4f98e86c.tar.bz2
gsoc2013-evolution-02e06ac617b2c205be9552e0d121800f4f98e86c.tar.lz
gsoc2013-evolution-02e06ac617b2c205be9552e0d121800f4f98e86c.tar.xz
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')
-rw-r--r--addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in2
-rw-r--r--addressbook/gui/component/addressbook-migrate.c2
2 files changed, 2 insertions, 2 deletions
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 @@
<oaf_attribute name="evolution2:config_item:priority" type="string" value="-6"/>
<oaf_attribute name="name" type="string"
- _value="Evolution S/Mime Certificate Management Control"/>
+ _value="Evolution S/MIME Certificate Management Control"/>
</oaf_server>
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);