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

dpkg: Mark for translation and unify "rm cleanup" string

Use an already existing string to avoid introducing a new string for
translation.
Guillem Jover лет назад: 11
Родитель
Сommit
6669f36006
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      debian/changelog
  2. 1 1
      src/help.c

+ 1 - 0
debian/changelog

@@ -4,6 +4,7 @@ dpkg (1.17.17) UNRELEASED; urgency=low
   * Add dpkg-vendor, Dpkg/File.pm and Dpkg/Util.pm to the list of files with
   * Add dpkg-vendor, Dpkg/File.pm and Dpkg/Util.pm to the list of files with
     translatable strings, so that they can be translated.
     translatable strings, so that they can be translated.
   * Fix some typos for versioned and mentioned in comments and changelogs.
   * Fix some typos for versioned and mentioned in comments and changelogs.
+  * Mark for translation and unify "rm cleanup" string in dpkg.
 
 
   [ Updated programs translations ]
   [ Updated programs translations ]
   * German (Sven Joachim).
   * German (Sven Joachim).

+ 1 - 1
src/help.c

@@ -393,7 +393,7 @@ void ensure_pathname_nonexisting(const char *pathname) {
   }
   }
   debug(dbg_eachfile, "ensure_pathname_nonexisting running rm -rf '%s'",
   debug(dbg_eachfile, "ensure_pathname_nonexisting running rm -rf '%s'",
         pathname);
         pathname);
-  subproc_reap(pid, "rm cleanup", 0);
+  subproc_reap(pid, _("rm command for cleanup"), 0);
 }
 }
 
 
 void
 void