From 839603418384565a53d9aca7b23dbd7742e3ea77 Mon Sep 17 00:00:00 2001 From: Justin B Rye Date: Sun, 22 Nov 2015 10:14:12 +0100 Subject: slightly rephrase notice shown for insecure repositories Git-Dch: Ignore --- apt-pkg/acquire-item.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg') 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 { -- cgit v1.2.3