Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/only_hd.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/only_hd.py')
-rw-r--r--examples/only_hd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/only_hd.py b/examples/only_hd.py
index 7195d810..835c4292 100644
--- a/examples/only_hd.py
+++ b/examples/only_hd.py
@@ -24,7 +24,7 @@ def ask_harddrives():
# Get disk encryption password (or skip if blank)
if archinstall.arguments.get('!encryption-password', None) is None:
- if passwd := archinstall.get_password(prompt='Enter disk encryption password (leave blank for no encryption): '):
+ if passwd := archinstall.get_password(prompt=str(_('Enter disk encryption password (leave blank for no encryption): '))):
archinstall.arguments['!encryption-password'] = passwd
if archinstall.arguments.get('!encryption-password', None):