diff options
author | Rafael <rafaelff@gnome.org> | 2024-04-14 02:55:08 +0000 |
---|---|---|
committer | Rafael <rafaelff@gnome.org> | 2024-04-14 02:55:08 +0000 |
commit | 5fb4aa266c4acf0140822e2c4bce50c2fb4af771 (patch) | |
tree | e9e2f91575aad1373be4e429dee23088eb4812b0 /apt-private | |
parent | 106fd5d3fdfd018a671b72cbc61e8c73ede621df (diff) |
Remove duplicate sentence in private-output.cc
Diffstat (limited to 'apt-private')
-rw-r--r-- | apt-private/private-output.cc | 2 |
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) { |