diff options
Diffstat (limited to 'fish/edit.c')
-rw-r--r-- | fish/edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/edit.c b/fish/edit.c index c27f1009..5519bb95 100644 --- a/fish/edit.c +++ b/fish/edit.c @@ -101,7 +101,7 @@ do_edit (const char *cmd, int argc, char *argv[]) int r, fd, size; if (argc != 1) { - fprintf (stderr, "use '%s filename' to edit a file\n", cmd); + fprintf (stderr, _("use '%s filename' to edit a file\n"), cmd); return -1; } |