diff options
author | Guillem Jover <guillem@debian.org> | 2008-11-20 05:57:37 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2008-12-09 05:50:45 +0200 |
commit | 43fc4ae3712fa40f85679feb32e7987f06a3c714 (patch) | |
tree | a4e3c103a4b8b2b8e48266aeb0779a3de09b5cd4 /dpkg-split/join.c | |
parent | c9ab34f30bcb3967fada97df6ce03edcb475ebbd (diff) | |
download | dpkg-43fc4ae3712fa40f85679feb32e7987f06a3c714.tar.gz |
Mark strings for translation
Diffstat (limited to 'dpkg-split/join.c')
-rw-r--r-- | dpkg-split/join.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpkg-split/join.c b/dpkg-split/join.c index 09ecfd242..4961c399d 100644 --- a/dpkg-split/join.c +++ b/dpkg-split/join.c @@ -41,7 +41,7 @@ void reassemble(struct partinfo **partlist, const char *outputfile) { unsigned int i; size_t nr,buffersize; - printf("Putting package %s together from %d parts: ", + printf(_("Putting package %s together from %d parts: "), partlist[0]->package,partlist[0]->maxpartn); buffersize= partlist[0]->maxpartlen; |