Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/swiss.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/swiss.py b/examples/swiss.py
index 9c0d469a..2f7d90c4 100644
--- a/examples/swiss.py
+++ b/examples/swiss.py
@@ -160,7 +160,7 @@ class SetupMenu(archinstall.GeneralMenu):
def _setup_selection_menu_options(self):
self.set_option('archinstall-language',
archinstall.Selector(
- _('Select Archinstall language'),
+ _('Archinstall language'),
lambda x: self._select_archinstall_language(x),
default='English',
enabled=True))