From: Alberto Garcia Date: Thu, 22 Nov 2007 17:16:26 +0000 (+0000) Subject: Replaced obsolete logical string X-Git-Tag: git_migration_finished~2035 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=73babb855f21f4a4850afb9722f3e77bac313cf2 Replaced obsolete logical string pmo-trunk-r3798 --- diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index 61e449e..4533edf 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -2738,7 +2738,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_BAD_PARAMETER, - _("mcen_ib_unable_to_copy_samefolder")); + _("mail_in_ui_folder_copy_target_error")); /* Notify the queue */ modest_mail_operation_notify_end (self); diff --git a/src/modest-ui-dimming-rules.c b/src/modest-ui-dimming-rules.c index ae54720..d0c0124 100644 --- a/src/modest-ui-dimming-rules.c +++ b/src/modest-ui-dimming-rules.c @@ -1091,12 +1091,12 @@ modest_ui_dimming_rules_on_paste (ModestWindow *win, gpointer user_data) if (!dimmed) { dimmed = _selected_folder_is_same_as_source (win); if (dimmed) - modest_dimming_rule_set_notification (rule, _("mcen_ib_unable_to_copy_samefolder")); + modest_dimming_rule_set_notification (rule, _("mail_in_ui_folder_copy_target_error")); } if (!dimmed) { dimmed = _selected_folder_has_subfolder_with_same_name (win); if (dimmed) - modest_dimming_rule_set_notification (rule, _("mcen_ib_unable_to_copy_samefolder")); + modest_dimming_rule_set_notification (rule, _("mail_in_ui_folder_copy_target_error")); } return dimmed;