improved wording to make it distro neutral

This commit is contained in:
inxi-svn 2009-10-12 23:10:39 +00:00
parent 3c8e84fb69
commit dfb0657ff9

2
inxi
View file

@ -4304,7 +4304,7 @@ print_repo_data()
file_content=$( echo $file_content )
# check file name, if different, update the holder for print out
if [[ $file_name != $file_name_holder ]];then
repo_full="${C1}Contents of sources file:${C2} $file_name"
repo_full="${C1}Contents of repository file:${C2} $file_name"
file_name_holder=$file_name
b_print_next_line='true'
else