diff --git a/profile.d/filefct.sh b/profile.d/filefct.sh index c37aa95..e5519d9 100644 --- a/profile.d/filefct.sh +++ b/profile.d/filefct.sh @@ -566,7 +566,7 @@ file_stats() human_readable(high)) # We store buckets in an array, access them by index b - printf "%-25s : %6d fichiers\n", label, bucket[b] + printf "%-25s : %6d files\n", label, bucket[b] } } }'