From 170e9dea389cc9f0020b619976b51550cb0039ca Mon Sep 17 00:00:00 2001 From: "M. Willis Monroe" Date: Thu, 22 Jun 2017 09:48:18 -0700 Subject: Minor grammar fix Modified the wording of an error message when a repository no longer has a release file. --- apt-pkg/acquire-item.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg/acquire-item.cc') diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index 3c85f8adf..a7386da71 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -232,7 +232,7 @@ static bool APT_NONNULL(3, 4, 5) AllowInsecureRepositories(InsecureType const ms switch (msg) { case InsecureType::UNSIGNED: msgstr = _("The repository '%s' is no longer signed."); break; - case InsecureType::NORELEASE: msgstr = _("The repository '%s' does no longer have a Release file."); break; + case InsecureType::NORELEASE: msgstr = _("The repository '%s' no longer has a Release file."); break; case InsecureType::WEAK: /* unreachable */ break; } if (_config->FindB("Acquire::AllowDowngradeToInsecureRepositories") || -- cgit v1.2.3