From 31f7c70237e302fa47f75350bf55bd590f51cc1d Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 13 Dec 2015 12:18:49 +0100 Subject: [PATCH] Update GenerateLocale task description --- bootstrapvz/common/tasks/locale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapvz/common/tasks/locale.py b/bootstrapvz/common/tasks/locale.py index 0c6c961..06dbeb3 100644 --- a/bootstrapvz/common/tasks/locale.py +++ b/bootstrapvz/common/tasks/locale.py @@ -15,7 +15,7 @@ class LocaleBootstrapPackage(Task): class GenerateLocale(Task): - description = 'Generating the selected locale' + description = 'Generating system locale' phase = phases.package_installation @classmethod