Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/server.py
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-09-30 17:25:43 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-09-30 17:25:43 +0200
commit6408c9dce00aa70ad3c6614d2d793dba9a99aff6 (patch)
treebff1889dfebde0c74e30e9de427a2c122513684b /profiles/server.py
parentfaf925de1882be722d2994d697a802918282e509 (diff)
parent53a2797af6ac0832bf7dd00dfe96b8ea1867db2e (diff)
merged from upstream for ISO 2022-10
Diffstat (limited to 'profiles/server.py')
-rw-r--r--profiles/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/server.py b/profiles/server.py
index 21681c2f..f3e32d26 100644
--- a/profiles/server.py
+++ b/profiles/server.py
@@ -33,7 +33,7 @@ def _prep_function(*args, **kwargs):
before continuing any further.
"""
choice = Menu(str(_(
- 'Choose which servers to install, if none then a minimal installation wil be done')),
+ 'Choose which servers to install, if none then a minimal installation will be done')),
available_servers,
preset_values=kwargs['servers'],
multi=True