From 399d4f71df169212c66e400c71efb18eaf2cb0c6 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Tue, 27 Jun 2000 22:11:30 +0000 Subject: [PATCH] Undo over-translation --- ChangeLog | 4 ++++ lib/showcright.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 89123fd5..55a828e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 28 00:04:40 CEST 2000 Wichert Akkerman + + * lib/showcright.c: don't translate function-name in do_fd_copy call + Sat Jun 27 19:19:00 CEST 2000 peter karlsson * po/sv.po: Updated Swedish translation from comments received. diff --git a/lib/showcright.c b/lib/showcright.c index 70dbf553..acd3fe1e 100644 --- a/lib/showcright.c +++ b/lib/showcright.c @@ -29,6 +29,6 @@ void showcopyright(const struct cmdinfo *c, const char *v) { int fd; fd= open(COPYINGFILE,O_RDONLY); if (fd < 0) ohshite(_("cannot open GPL file ")); - do_fd_copy(fd, 1, _("showcopyright")); + do_fd_copy(fd, 1, "showcopyright"); exit(0); } -- 2.39.5