aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-10-24 13:10:42 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-10-24 13:10:42 +0800
commitd48348f3404f71dddfacfd348f035479d308dede (patch)
tree631e2e89b2219027735c10f9723f76ab6bd3e265 /mail/mail-ops.c
parent11f85495a9fb083e40ccc47c4ec533dbe6dea9e7 (diff)
downloadgsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar.gz
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar.bz2
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar.lz
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar.xz
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar.zst
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.zip
Coding style and whitespace cleanups.
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index b65c7f3c59..0f17dc2a4a 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -964,7 +964,7 @@ static gchar *
transfer_messages_desc (struct _transfer_msg *m)
{
return g_strdup_printf (m->delete ? _("Moving messages to '%s'") : _("Copying messages to '%s'"),
- m->dest_uri);
+ m->dest_uri);
}