summaryrefslogtreecommitdiff
path: root/apt-pkg
diff options
context:
space:
mode:
authorbubulle@debian.org <>2010-09-09 22:23:31 +0200
committerbubulle@debian.org <>2010-09-09 22:23:31 +0200
commit2493f4b5dfa4b4d7fcaa944e9fd4bd2573ae3ec1 (patch)
treedcada2eeee96f759ff3786e5ff090e327dcbef68 /apt-pkg
parent3d12b5c4ff6bb6822719374dd9685858b954d176 (diff)
Fix missing space after dot in a message from apt-pkg
Translations unfuzzied. Thanks to Holger Wansing.
Diffstat (limited to 'apt-pkg')
-rw-r--r--apt-pkg/acquire-item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc
index 7257f89e4..2c4ce91a0 100644
--- a/apt-pkg/acquire-item.cc
+++ b/apt-pkg/acquire-item.cc
@@ -1327,7 +1327,7 @@ void pkgAcqMetaIndex::Failed(string Message,pkgAcquire::MethodConfig *Cnf)
Status = StatTransientNetworkError;
_error->Warning(_("A error occurred during the signature "
"verification. The repository is not updated "
- "and the previous index files will be used."
+ "and the previous index files will be used. "
"GPG error: %s: %s\n"),
Desc.Description.c_str(),
LookupTag(Message,"Message").c_str());