Sfoglia il codice sorgente

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

Raphaël Hertzog 16 anni fa
parent
commit
9eb5c777c5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      scripts/dpkg-mergechangelogs.pl

+ 1 - 1
scripts/dpkg-mergechangelogs.pl

@@ -50,7 +50,7 @@ BEGIN {
 sub version {
 sub version {
     printf _g("Debian %s version %s.\n"), $progname, $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(
     printf "\n" . _g(
 "This is free software; see the GNU General Public License version 2 or
 "This is free software; see the GNU General Public License version 2 or