From 034a197d8d2f68b9cbcbc0a6d5d6a8e732bf0d7c Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 8 Jun 2011 08:55:21 +0000 Subject: [PATCH] fixed error message --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"