Fix record info
This commit is contained in:
parent
bdf1337376
commit
000c1559b3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue