Set proper logical id for "Invitation" string to mail_fi_invitation. handle-calendar
authorJosé Dapena Paz <jdapena@igalia.com>
Mon, 18 Jan 2010 15:52:26 +0000 (16:52 +0100)
committerJosé Dapena Paz <jdapena@igalia.com>
Mon, 18 Jan 2010 15:52:26 +0000 (16:52 +0100)
src/widgets/modest-gtkhtml-msg-view.c

index 34a0367..c3e12f5 100644 (file)
@@ -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),
        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);
                                                                   
                                                                   priv->calendar_icon,
                                                                   FALSE, FALSE);