From 7bc440345bb262ee5c780bef9bf9ba3b4abd1d91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Dapena=20Paz?= Date: Mon, 18 Jan 2010 16:52:26 +0100 Subject: [PATCH] Set proper logical id for "Invitation" string to mail_fi_invitation. --- src/widgets/modest-gtkhtml-msg-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/modest-gtkhtml-msg-view.c b/src/widgets/modest-gtkhtml-msg-view.c index 34a0367..c3e12f5 100644 --- a/src/widgets/modest-gtkhtml-msg-view.c +++ b/src/widgets/modest-gtkhtml-msg-view.c @@ -1259,7 +1259,7 @@ modest_gtkhtml_msg_view_init (ModestGtkhtmlMsgView *obj) if (priv->calendar_icon) { priv->calendar_box = (GtkWidget *) modest_mail_header_view_add_custom_header (MODEST_MAIL_HEADER_VIEW (priv->mail_header_view), - _("TODO: invitation"), + _("mail_fi_invitation"), priv->calendar_icon, FALSE, FALSE); -- 1.7.9.5