Explorar el Código

dpkg-mergechangelogs: avoid using UTF-8 on translatable strings

Raphaël Hertzog hace 16 años
padre
commit
9eb5c777c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/dpkg-mergechangelogs.pl

+ 1 - 1
scripts/dpkg-mergechangelogs.pl

@@ -50,7 +50,7 @@ BEGIN {
 sub version {
     printf _g("Debian %s version %s.\n"), $progname, $version;
 
-    printf "\n" . _g("Copyright (C) 2009-2010 Raphaël Hertzog.");
+    printf "\n" . _g("Copyright (C) 2009-2010 Raphael Hertzog.");
 
     printf "\n" . _g(
 "This is free software; see the GNU General Public License version 2 or