Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/default_profiles/desktop.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/default_profiles/desktop.py')
-rw-r--r--archinstall/default_profiles/desktop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/default_profiles/desktop.py b/archinstall/default_profiles/desktop.py
index 9d92f822..417d86d6 100644
--- a/archinstall/default_profiles/desktop.py
+++ b/archinstall/default_profiles/desktop.py
@@ -15,7 +15,7 @@ class DesktopProfile(Profile):
super().__init__(
'Desktop',
ProfileType.Desktop,
- description=str(_('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 Plasma, Sway')),
current_selection=current_selection,
support_greeter=True
)