Fix record info
Some checks failed
CI via Tox and perl / tox (pull_request) Has been cancelled
CI via Tox and perl / perl (pull_request) Has been cancelled
CI via Tox and perl / checkwiki (pull_request) Has been cancelled

This commit is contained in:
Lukáš Růžička 2026-04-27 16:12:58 +02:00
commit 000c1559b3

View file

@ -56,7 +56,7 @@ sub run {
# If locale_check is off, only record info and skip checking.
if ($locale_check == 0) {
record_info("Language and keyboard layout checks are switched off!");
record_info("Lang settings", "Language and keyboard layout checks are switched off!");
}
else {
console_loadkeys_us();
@ -91,7 +91,7 @@ sub run {
# Do not check for keyboard layout and locales because
# this type of setting is currently disabled in G-I-S.
if ($locale_check == 0) {
record_info("Language and keyboard layout checks are switched off!");
record_info("Lang settings", "Language and keyboard layout checks are switched off!");
}
else {
# Check that keyboard layout and the locales are correct in user space