summaryrefslogtreecommitdiff
path: root/builtins/hash.def
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/hash.def')
-rw-r--r--builtins/hash.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtins/hash.def b/builtins/hash.def
index 697ffd0a..8c827e17 100644
--- a/builtins/hash.def
+++ b/builtins/hash.def
@@ -158,7 +158,7 @@ hash_builtin (list)
#ifdef EISDIR
builtin_error ("%s: %s", pathname, strerror (EISDIR));
#else
- builtin_error ("%s: is a directory", pathname);
+ builtin_error (_("%s: is a directory"), pathname);
#endif
opt = EXECUTION_FAILURE;
}
@@ -233,7 +233,7 @@ print_hashed_commands (fmt)
return (0);
if (fmt == 0)
- printf ("hits\tcommand\n");
+ printf (_("hits\tcommand\n"));
hash_walk (hashed_filenames, fmt ? print_portable_hash_info : print_hash_info);
return (1);
}