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

dpkg: Mark error message for translation

Missed in commit fc625d161382abc41b984ca9ee1e32ad4f295c67.
Sven Joachim лет назад: 15
Родитель
Сommit
1ea0da5ac9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/archives.c

+ 1 - 1
src/archives.c

@@ -623,7 +623,7 @@ tarobject(void *ctx, struct tar_entry *ti)
             if (errno == ENOENT || errno == ENOTDIR || errno == ELOOP)
               continue;
             else
-              ohshite("cannot stat file '%s'", conff->name);
+              ohshite(_("cannot stat file '%s'"), conff->name);
           if (stabtmp.st_dev == stab.st_dev &&
               stabtmp.st_ino == stab.st_ino)
             break;