Pārlūkot izejas kodu

dpkg: Mark error message for translation

Missed in commit fc625d161382abc41b984ca9ee1e32ad4f295c67.
Sven Joachim 15 gadi atpakaļ
vecāks
revīzija
1ea0da5ac9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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)
             if (errno == ENOENT || errno == ENOTDIR || errno == ELOOP)
               continue;
               continue;
             else
             else
-              ohshite("cannot stat file '%s'", conff->name);
+              ohshite(_("cannot stat file '%s'"), conff->name);
           if (stabtmp.st_dev == stab.st_dev &&
           if (stabtmp.st_dev == stab.st_dev &&
               stabtmp.st_ino == stab.st_ino)
               stabtmp.st_ino == stab.st_ino)
             break;
             break;