summaryrefslogtreecommitdiffstats
path: root/rfc1524.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfc1524.c')
-rw-r--r--rfc1524.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rfc1524.c b/rfc1524.c
index 8bda5308..9c54ef9f 100644
--- a/rfc1524.c
+++ b/rfc1524.c
@@ -154,7 +154,7 @@ static int get_field_text (char *field, char **entry,
}
else
{
- mutt_error ("Improperly formated entry for type %s in \"%s\" line %d",
+ mutt_error (_("Improperly formated entry for type %s in \"%s\" line %d"),
type, filename, line);
return 0;
}
@@ -386,7 +386,7 @@ int rfc1524_mailcap_lookup (BODY *a, char *type, rfc1524_entry *entry, int opt)
*/
if (!*curr)
{
- mutt_error ("No mailcap path specified");
+ mutt_error _("No mailcap path specified");
return 0;
}
@@ -412,7 +412,7 @@ int rfc1524_mailcap_lookup (BODY *a, char *type, rfc1524_entry *entry, int opt)
}
if (entry && !found)
- mutt_error ("mailcap entry for type %s not found", type);
+ mutt_error (_("mailcap entry for type %s not found"), type);
return found;
}