Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorReza <3228126+i2@users.noreply.github.com>2022-05-16 18:11:09 -0300
committerGitHub <noreply@github.com>2022-05-16 23:11:09 +0200
commitbdf11913d4bbfa84a6008b3a0b707edb78a1c210 (patch)
treef9ce81a92e0e6dcb40a0aa70353304d7152a7de1 /examples
parentac609b637c8e1f54a9076466ee032a659be24739 (diff)
Fix lengthy translations in Main Menu (Important) (#1195)
* Fix lengthy translations in Main Menu * rename 'Additional repositories' to 'Optional repositories' * rename 'Drives' to 'Drive(s)' * rename 'Choose keyboard layout' to 'Select keyboard layout'
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))