changed advanced graphics data to: advanced data

This commit is contained in:
inxi-svn 2011-05-25 23:18:21 +00:00
parent 199377f147
commit 8be45faa8b

2
inxi
View file

@ -5525,7 +5525,7 @@ print_gfx_data()
fi fi
if [[ -n $root_x_string ]];then if [[ -n $root_x_string ]];then
root_x_string="${C1}Advanced Graphics Data:${C2} N/A $root_x_string" root_x_string="${C1}Advanced Data:${C2} N/A $root_x_string"
fi fi
display_full_string="$x_vendor_string$x_driver_string${C1}${res_tty}${C2} ${screen_resolution} $root_x_string" display_full_string="$x_vendor_string$x_driver_string${C1}${res_tty}${C2} ${screen_resolution} $root_x_string"