Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/translation.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/lib/translation.py')
-rw-r--r--archinstall/lib/translation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/translation.py b/archinstall/lib/translation.py
index 1a0e94e4..79e0198a 100644
--- a/archinstall/lib/translation.py
+++ b/archinstall/lib/translation.py
@@ -28,7 +28,7 @@ class LanguageDefinitions:
if entry['abbr'] == abbr:
return entry['lang']
- raise ValueError(f'No language with abbrevation "{abbr}" found')
+ raise ValueError(f'No language with abbreviation "{abbr}" found')
class DeferredTranslation: