diff --git a/src/kits/package/solver/SolverProblemSolution.cpp b/src/kits/package/solver/SolverProblemSolution.cpp index 4b6f55f5e9..26cf36f91f 100644 --- a/src/kits/package/solver/SolverProblemSolution.cpp +++ b/src/kits/package/solver/SolverProblemSolution.cpp @@ -19,14 +19,14 @@ static const char* const kToStringTexts[] = { "do not install the most recent version of \"%selection%\"", "do not forbid installation of %source%", "do not deinstall \"%selection%\"", - "do not deinstall all resolvables \"%s\"", + "do not deinstall all resolvables \"%selection%\"", "do not lock \"%selection%\"", "keep %source% despite its inferior architecture", "keep %source% from excluded repository", "keep old %source%", "install %source% despite its inferior architecture", "install %source% from excluded repository", - "install %s despite its old version", + "install %selection% despite its old version", "allow downgrade of %source% to %target%", "allow name change of %source% to %target%", "allow architecture change of %source% to %target%",