From 3a5334071ddce618350dbab2e7f0ca15bd07f1b1 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 14 Jul 2021 12:54:07 +0200 Subject: [PATCH] [packages] Fix wording problem --- src/modules/packages/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/packages/main.py b/src/modules/packages/main.py index 9be079dac..6982468df 100644 --- a/src/modules/packages/main.py +++ b/src/modules/packages/main.py @@ -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
{!s}
returned error code {!s}.") + _("The package manager could not make changes to the installed system. The command
{!s}
returned error code {!s}.") .format(e.cmd, e.returncode)) mode_packages = None