Here the trick to change this behavior under Finder.
- Open Terminal.
- Open InfoPlist.strings file using vi text editor as a root.
sudo vi /System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj/InfoPlist.strings(change English.lproj to your language)
- Find below line:
/* General kind strings */
“Folder” = “Folder”; - Do following change (by adding space before ” Folder” word after equal sign).
“Folder” = ” Folder”; - Save the InfoPlist.strings file by press [esc], type wq (mean write and quit vi) then press [return].
- Close Terminal
- Restart your Finder, right click on Finder icon while pressing the key[option] and select Relaunch your Finder.
- Open Finder and order by Kind.