From 07ac4ad3a1ccdf9726df452128440f26d545c303 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 10 Jul 2007 06:11:53 +0000 Subject: [PATCH] * fix for the logical string part of NB#62872 pmo-trunk-r2660 --- src/modest-mail-operation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index be9d055..07e85cd 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -2091,7 +2091,7 @@ modest_mail_operation_xfer_msgs (ModestMailOperation *self, priv->status = MODEST_MAIL_OPERATION_STATUS_FAILED; g_set_error (&(priv->error), MODEST_MAIL_OPERATION_ERROR, MODEST_MAIL_OPERATION_ERROR_FOLDER_RULES, - _("ckct_ib_unable_to_paste_here")); + _CS("ckct_ib_unable_to_paste_here")); /* Notify the queue */ modest_mail_operation_notify_end (self); return; -- 1.7.9.5