diff options
Diffstat (limited to 'mail/e-mail-config-identity-page.c')
-rw-r--r-- | mail/e-mail-config-identity-page.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/e-mail-config-identity-page.c b/mail/e-mail-config-identity-page.c index 5db923dc2f..23aa2ddba8 100644 --- a/mail/e-mail-config-identity-page.c +++ b/mail/e-mail-config-identity-page.c @@ -435,6 +435,7 @@ mail_config_identity_page_constructed (GObject *object) gtk_misc_set_alignment (GTK_MISC (widget), 0.0, 0.5); gtk_grid_attach (GTK_GRID (container), widget, 0, 0, 3, 1); gtk_widget_show (widget); + g_free (markup); text = _("Re_ply-To:"); widget = gtk_label_new_with_mnemonic (text); |