From f32c12901d7c629a6c44b42415b001d198b0e7ce 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 2bcb914..80734b9 100644 --- a/src/widgets/modest-gtkhtml-msg-view.c +++ b/src/widgets/modest-gtkhtml-msg-view.c @@ -1250,7 +1250,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