fix last commit
[claws.git] / src / prefs_template.c
index ee6a02da3b90cb59f6d17e1d553159de69a83de6..3f19df7e6062c3a55b406c6211990a7481076da8 100644 (file)
@@ -76,10 +76,10 @@ static struct
        gboolean compl;
        gchar *tooltips;
 } widgets_table[] = {
-       {"Name",        &templates.entry_name,          FALSE,
-               "This name is used as the Menu item"},
+       {_("Name"),     &templates.entry_name,          FALSE,
+               _("This name is used as the Menu item")},
        {"From",        &templates.entry_from,          TRUE,
-               "Override composing account's From header. This doesn't change the composing account."},
+               _("Override composing account's From header. This doesn't change the composing account.")},
        {"To",          &templates.entry_to,            TRUE,   NULL},
        {"Cc",          &templates.entry_cc,            TRUE,   NULL},
        {"Bcc",         &templates.entry_bcc,           TRUE,   NULL},