summaryrefslogtreecommitdiff
path: root/apt-pkg/algorithms.cc
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2011-02-10 17:51:44 +0100
committerMichael Vogt <mvo@debian.org>2011-02-10 17:51:44 +0100
commit1dda80929fcd62c287a84f1ecc1277fc39890efe (patch)
treede7b40737ebb7341091cf7447680493e50a8ba2f /apt-pkg/algorithms.cc
parent8a80bdea0fcead1edbb5bf58d92f36b875f15713 (diff)
parent196c511c97b83a16c551f4e767f5a8b0d4f77c45 (diff)
merged from lp:~mvo/apt/mvo
Diffstat (limited to 'apt-pkg/algorithms.cc')
-rw-r--r--apt-pkg/algorithms.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc
index 0d26f8f66..66c182b23 100644
--- a/apt-pkg/algorithms.cc
+++ b/apt-pkg/algorithms.cc
@@ -1514,9 +1514,9 @@ bool ListUpdate(pkgAcquireStatus &Stat,
}
if (TransientNetworkFailure == true)
- _error->Warning(_("Some index files failed to download, they have been ignored, or old ones used instead."));
+ _error->Warning(_("Some index files failed to download. They have been ignored, or old ones used instead."));
else if (Failed == true)
- return _error->Error(_("Some index files failed to download, they have been ignored, or old ones used instead."));
+ return _error->Error(_("Some index files failed to download. They have been ignored, or old ones used instead."));
// Run the success scripts if all was fine