From cdaa47b0166f718afd2c43a3c32ed852f9aa4899 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 17 May 2012 06:21:33 +0000 Subject: [PATCH] Made a few subtle text adjustments, no version number change, these are purely cosmetic adjustments. Made new tarball as well for maintainers. --- inxi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inxi b/inxi index 3653d9f..b64c733 100755 --- a/inxi +++ b/inxi @@ -7183,14 +7183,14 @@ print_machine_data() fi IFS="$ORIGINAL_IFS" else - system_line="${C2}No /sys/class/dmi machine data. Try newer kernel, or install dmidecode.${CN}" + system_line="${C2}No /sys/class/dmi machine data - try newer kernel, or install dmidecode${CN}" fi # patch to dump all of above if dmidecode was data source and non root user if [[ ${A_MACHINE_DATA[0]} == 'dmidecode-non-root-user' || ${A_MACHINE_DATA[0]} == 'dmidecode-no-smbios-dmi-data' ]];then if [[ ${A_MACHINE_DATA[0]} == 'dmidecode-non-root-user' ]];then - system_line="${C2}No /sys/class/dmi. Using dmidecode: you must be root to run dmidecode.${CN}" + system_line="${C2}No /sys/class/dmi, using dmidecode: you must be root to run dmidecode${CN}" elif [[ ${A_MACHINE_DATA[0]} == 'dmidecode-no-smbios-dmi-data' ]];then - system_line="${C2}No /sys/class/dmi. Using dmidecode: no machine data available.${CN}" + system_line="${C2}No /sys/class/dmi, using dmidecode: no machine data available${CN}" fi mobo_line='' bios_line='' @@ -8396,7 +8396,7 @@ print_unmounted_partition_data() print_screen_output "$unmounted_data" done else - unmounted_data=$( create_print_line "Unmounted:" "No unmounted partitions detected." ) + unmounted_data=$( create_print_line "Unmounted:" "No unmounted partitions detected" ) print_screen_output "$unmounted_data" fi