From fd785ddfea98bafdedb8c8529cf266793b51d956 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Mon, 24 Jan 2022 15:01:09 +0200 Subject: Fix "was already not hold" message grammar --- cmdline/apt-mark.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmdline') diff --git a/cmdline/apt-mark.cc b/cmdline/apt-mark.cc index 3dd5ce784..5eaed2c71 100644 --- a/cmdline/apt-mark.cc +++ b/cmdline/apt-mark.cc @@ -326,7 +326,7 @@ static bool DoSelection(CommandLine &CmdL) if (MarkHold == true) ioprintf(c1out, _("%s was already set on hold.\n"), V.ParentPkg().FullName(true).c_str()); else - ioprintf(c1out, _("%s was already not hold.\n"), V.ParentPkg().FullName(true).c_str()); + ioprintf(c1out, _("%s was already not on hold.\n"), V.ParentPkg().FullName(true).c_str()); }); if (doneBegin == pkgset.begin() && doneEnd == pkgset.end()) -- cgit v1.2.3-70-g09d2