summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2024-04-14 06:49:14 +0000
committerJulian Andres Klode <jak@debian.org>2024-04-14 06:49:14 +0000
commitb54308e8545f90928e3fcde5c0df52b22295042f (patch)
treee9e2f91575aad1373be4e429dee23088eb4812b0
parent106fd5d3fdfd018a671b72cbc61e8c73ede621df (diff)
parent5fb4aa266c4acf0140822e2c4bce50c2fb4af771 (diff)
Merge branch 'rafaelff-guest-main-patch-56374' into 'main'
Remove duplicate sentence in private-output.cc See merge request apt-team/apt!339
-rw-r--r--apt-private/private-output.cc2
1 files changed, 1 insertions, 1 deletions
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)
{