diff --git a/tests/applications/gnome-initial-setup/gnome_initial_setup_post.pm b/tests/applications/gnome-initial-setup/gnome_initial_setup_post.pm index 36435d5e..4bc6b015 100644 --- a/tests/applications/gnome-initial-setup/gnome_initial_setup_post.pm +++ b/tests/applications/gnome-initial-setup/gnome_initial_setup_post.pm @@ -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