From 7dc16348878f345f34aaf094f2f363778d5b651b Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 26 Mar 2012 22:33:18 +0000 Subject: [PATCH] language tweak, getting there --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index a48c8ce..f5d8a91 100755 --- a/inxi +++ b/inxi @@ -6942,7 +6942,7 @@ print_machine_data() # 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 use 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}" fi