diff --git a/archinstall/lib/models/profile.py b/archinstall/lib/models/profile.py index fa890a1e..1d8e2241 100644 --- a/archinstall/lib/models/profile.py +++ b/archinstall/lib/models/profile.py @@ -40,7 +40,7 @@ class ProfileConfiguration(SubConfig): out.append(self.profile.name) if self.gfx_driver: - out.append(tr('{} grphics driver').format(self.gfx_driver.value)) + out.append(tr('{} graphics driver').format(self.gfx_driver.value)) if self.greeter: out.append(tr('{} greeter').format(self.greeter.value)) diff --git a/archinstall/locales/base.pot b/archinstall/locales/base.pot index 7016c9fc..23df29fb 100644 --- a/archinstall/locales/base.pot +++ b/archinstall/locales/base.pot @@ -989,7 +989,7 @@ msgid "Color enabled" msgstr "" #, python-brace-format -msgid "{} grphics driver" +msgid "{} graphics driver" msgstr "" #, python-brace-format diff --git a/archinstall/locales/pl/LC_MESSAGES/base.mo b/archinstall/locales/pl/LC_MESSAGES/base.mo index 60a121eb..4a05cdae 100644 Binary files a/archinstall/locales/pl/LC_MESSAGES/base.mo and b/archinstall/locales/pl/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po index 840699d4..a81b61ff 100644 --- a/archinstall/locales/pl/LC_MESSAGES/base.po +++ b/archinstall/locales/pl/LC_MESSAGES/base.po @@ -967,7 +967,7 @@ msgid "Color enabled" msgstr "Kolor włączony" #, python-brace-format -msgid "{} grphics driver" +msgid "{} graphics driver" msgstr "Sterownik graficzny {}" #, python-brace-format