]> err.no Git - dpkg/commitdiff
Undo over-translation
authorWichert Akkerman <wakkerma@debian.org>
Tue, 27 Jun 2000 22:11:30 +0000 (22:11 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Tue, 27 Jun 2000 22:11:30 +0000 (22:11 +0000)
ChangeLog
lib/showcright.c

index 89123fd5efa8eb3b258a63326cab193c272f3ce3..55a828e7ac1e93362eaa901c65d5c3bedbd10001 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jun 28 00:04:40 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
+
+ * lib/showcright.c: don't translate function-name in do_fd_copy call
+
 Sat Jun 27 19:19:00 CEST 2000 peter karlsson <peterk@debian.org>
 
   * po/sv.po: Updated Swedish translation from comments received.
index 70dbf5537d40aebd0cabae39f7ae103238b3657a..acd3fe1e4c653d3f41f9407b634a28e2bf1bda73 100644 (file)
@@ -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);
 }