diff --git a/inxi b/inxi index 3f193e0..860c001 100755 --- a/inxi +++ b/inxi @@ -6069,7 +6069,7 @@ print_machine_data() fi IFS="$ORIGINAL_IFS" else - system_line="${RED}Error:${C2} No machine data found. Only newer kernels support this feature.${CN}" + system_line="${C2}No machine data found. Your kernel does not support this feature.${CN}" fi system_line=$( create_print_line "Machine:" "$system_line" ) print_screen_output "$system_line"