From 96240a75f199fc5fa43073ed1aaeb81eb135375b Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 2 May 2020 12:36:30 +0200 Subject: [PATCH] FirstBootPrompt: fix a typo --- src/apps/firstbootprompt/BootPromptWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/firstbootprompt/BootPromptWindow.cpp b/src/apps/firstbootprompt/BootPromptWindow.cpp index f08e469832..d8d36bef45 100644 --- a/src/apps/firstbootprompt/BootPromptWindow.cpp +++ b/src/apps/firstbootprompt/BootPromptWindow.cpp @@ -69,7 +69,7 @@ static const char* kLanguageKeymapMappings[] = { // Cyrillic keymaps are not usable alone, as latin alphabet is required to // use Terminal. So we stay in US international until the user has a chance // to set up KeymapSwitcher. TODO enable KeymapSwitcher automatically. - "Belarussian", "US-International", + "Belarusian", "US-International", "Russian", "US-International", "Ukrainian", "US-International",