[packages] Fix wording problem

This commit is contained in:
Adriaan de Groot 2021-07-14 12:54:07 +02:00
parent bc77478b2a
commit 3a5334071d

View File

@ -626,7 +626,7 @@ def run():
libcalamares.utils.debug("stdout:" + str(e.stdout))
libcalamares.utils.debug("stderr:" + str(e.stderr))
return (_("Package Manager error"),
_("The package manager could make changes to the installed system. The command <pre>{!s}</pre> returned error code {!s}.")
_("The package manager could not make changes to the installed system. The command <pre>{!s}</pre> returned error code {!s}.")
.format(e.cmd, e.returncode))
mode_packages = None