diff options
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")); } |