diff options
author | Justin B Rye <justin.byam.rye@gmail.com> | 2015-11-22 10:14:12 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-11-25 15:20:10 +0100 |
commit | 839603418384565a53d9aca7b23dbd7742e3ea77 (patch) | |
tree | 749ebdb7ac99a5a84b8ca2581b13a32f3e041c67 /apt-pkg/acquire-item.cc | |
parent | b52c3af4f970349747e362fdb19a4253c825a08b (diff) |
slightly rephrase notice shown for insecure repositories
Git-Dch: Ignore
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r-- | apt-pkg/acquire-item.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index ae10ed8f4..189d1e06b 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -153,7 +153,7 @@ static bool MessageInsecureRepository(bool const isError, std::string const &msg if (isError) { _error->Error("%s", msg.c_str()); - _error->Notice("%s", _("Updating such a repository securely is impossible and therefore disabled by default.")); + _error->Notice("%s", _("Updating from such a repository can't be done securely, and is therefore disabled by default.")); } else { |