summaryrefslogtreecommitdiff
path: root/rc.c
diff options
context:
space:
mode:
Diffstat (limited to 'rc.c')
-rw-r--r--rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.c b/rc.c
index 1efc13d..658f91b 100644
--- a/rc.c
+++ b/rc.c
@@ -93,7 +93,7 @@ const char * find_ifile_by_exename(const char * exename, const char * rcfname)
line = getaline (f);
if (line == 0) {
- message(L_FATAL, "read failure or out of memory",
+ message(L_FATAL, _("read failure or out of memory"),
fname);
fail();
}