FirstBootPrompt: fix a typo

This commit is contained in:
Adrien Destugues 2020-05-02 12:36:30 +02:00
parent 13cb3249a7
commit 96240a75f1

View File

@ -69,7 +69,7 @@ static const char* kLanguageKeymapMappings[] = {
// Cyrillic keymaps are not usable alone, as latin alphabet is required to // 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 // use Terminal. So we stay in US international until the user has a chance
// to set up KeymapSwitcher. TODO enable KeymapSwitcher automatically. // to set up KeymapSwitcher. TODO enable KeymapSwitcher automatically.
"Belarussian", "US-International", "Belarusian", "US-International",
"Russian", "US-International", "Russian", "US-International",
"Ukrainian", "US-International", "Ukrainian", "US-International",