diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2009-04-15 16:00:21 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2009-04-15 16:00:21 +0800 |
commit | 64890235ce80b18a3d6f8675b100301d9231dcd3 (patch) | |
tree | e52b19e30271d3148e1ee39488bea17a899a3c81 /mail/mail-ops.c | |
parent | 545b7173c353205f916ab121caa5f58219eb5a1e (diff) | |
download | gsoc2013-evolution-64890235ce80b18a3d6f8675b100301d9231dcd3.tar.gz gsoc2013-evolution-64890235ce80b18a3d6f8675b100301d9231dcd3.tar.zst gsoc2013-evolution-64890235ce80b18a3d6f8675b100301d9231dcd3.zip |
Corrected a copy/paste error.
svn path=/trunk/; revision=37525
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index ad1ebb0663..5d9386b6c0 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -801,7 +801,7 @@ send_queue_done (struct _send_queue_msg *m) } static gchar * -send_queue_desc (struct _append_msg *m) +send_queue_desc (struct _send_queue_msg *m) { return g_strdup (_("Sending message")); } |