summaryrefslogtreecommitdiff
path: root/shell.c~
diff options
context:
space:
mode:
Diffstat (limited to 'shell.c~')
-rw-r--r--shell.c~2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.c~ b/shell.c~
index 15c84f25..f8d32e27 100644
--- a/shell.c~
+++ b/shell.c~
@@ -1416,7 +1416,7 @@ open_shell_script (script_name)
}
else if (sample_len > 0 && (check_binary_file (sample, sample_len)))
{
- internal_error ("%s: cannot execute binary file", filename);
+ internal_error (_("%s: cannot execute binary file"), filename);
exit (EX_BINARY_FILE);
}
/* Now rewind the file back to the beginning. */