BSolverProblemSolution: Fix ToString() template strings
This commit is contained in:
@@ -19,14 +19,14 @@ static const char* const kToStringTexts[] = {
|
|||||||
"do not install the most recent version of \"%selection%\"",
|
"do not install the most recent version of \"%selection%\"",
|
||||||
"do not forbid installation of %source%",
|
"do not forbid installation of %source%",
|
||||||
"do not deinstall \"%selection%\"",
|
"do not deinstall \"%selection%\"",
|
||||||
"do not deinstall all resolvables \"%s\"",
|
"do not deinstall all resolvables \"%selection%\"",
|
||||||
"do not lock \"%selection%\"",
|
"do not lock \"%selection%\"",
|
||||||
"keep %source% despite its inferior architecture",
|
"keep %source% despite its inferior architecture",
|
||||||
"keep %source% from excluded repository",
|
"keep %source% from excluded repository",
|
||||||
"keep old %source%",
|
"keep old %source%",
|
||||||
"install %source% despite its inferior architecture",
|
"install %source% despite its inferior architecture",
|
||||||
"install %source% from excluded repository",
|
"install %source% from excluded repository",
|
||||||
"install %s despite its old version",
|
"install %selection% despite its old version",
|
||||||
"allow downgrade of %source% to %target%",
|
"allow downgrade of %source% to %target%",
|
||||||
"allow name change of %source% to %target%",
|
"allow name change of %source% to %target%",
|
||||||
"allow architecture change of %source% to %target%",
|
"allow architecture change of %source% to %target%",
|
||||||
|
|||||||
Reference in New Issue
Block a user