Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/desktop.py
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/desktop.py')
-rw-r--r--profiles/desktop.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/desktop.py b/profiles/desktop.py
index 977fe2de..eaece9f5 100644
--- a/profiles/desktop.py
+++ b/profiles/desktop.py
@@ -4,7 +4,7 @@ from archinstall import log
is_top_level_profile = True
-__description__ = 'Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway'
+__description__ = str(_('Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway'))
# New way of defining packages for a profile, which is iterable and can be used out side
# of the profile to get a list of "what packages will be installed".
@@ -46,7 +46,7 @@ def _prep_function(*args, **kwargs) -> bool:
other code in this stage. So it's a safe way to ask the user
for more input before any other installer steps start.
"""
- desktop = archinstall.Menu('Select your desired desktop environment', __supported__).run()
+ desktop = archinstall.Menu(str(_('Select your desired desktop environment')), __supported__).run()
if desktop:
# Temporarily store the selected desktop profile