Просмотр исходного кода

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

Raphaël Hertzog лет назад: 16
Родитель
Сommit
9eb5c777c5
1 измененных файлов с 1 добавлено и 1 удалено
  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