From 5fb4aa266c4acf0140822e2c4bce50c2fb4af771 Mon Sep 17 00:00:00 2001 From: Rafael Date: Sun, 14 Apr 2024 02:55:08 +0000 Subject: Remove duplicate sentence in private-output.cc --- apt-private/private-output.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-private/private-output.cc b/apt-private/private-output.cc index bbf50397f..f6df3f46c 100644 --- a/apt-private/private-output.cc +++ b/apt-private/private-output.cc @@ -649,7 +649,7 @@ bool ShowDowngraded(ostream &out,CacheFile &Cache) bool ShowHold(ostream &out,CacheFile &Cache) { SortedPackageUniverse Universe(Cache); - auto title = _config->FindI("APT::Output-Version") < 30 ? _("The following held packages will be changed:") : _("Changing held packages:Changing held packages:"); + auto title = _config->FindI("APT::Output-Version") < 30 ? _("The following held packages will be changed:") : _("Changing held packages:"); return ShowList(out, title, Universe, [&Cache](pkgCache::PkgIterator const &Pkg) { -- cgit v1.2.3-70-g09d2