cbster said:
How come some peoples "show item info" has "..." and others shows the full amount of disk space available.
When i check "show item info" i get the ... where it show the amout of free space.
Thanks
Three reasons...
- Make the icons bigger and the full info will be revealed. If the icon is too small then the details will be truncated due to lack of space, or
- Change the size of the type, or
- If you don't want to make the icons bigger or text smaller, you can edit the file which contains the info and eliminate the word 'free' altogether.
Locate the following file:
System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj/Localizable.strings
Search for: IV9
The full line should read: "IV9" = ", ^0 free";
Delete the word free, so you get: "IV9" = ", ^0";
You can also customize the how the drive size and free space are separated by changing the comma with something else, like:
"IV9" = " | ^0";
"IV9" = " / ^0";
"IV9" = " - ^0";
"IV9" = " • ^0";
Etc.
Mine...