Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

iHarris

macrumors newbie
Original poster
Dec 9, 2007
8
0
Okay, on my Hackintosh at home this doesn't happen, but on my MacBook Pro (unibody) this is happening with my hard drive icon on my desktop.

help.png

I want to be able to see the total free space, and not have a "..." there.

Anyone know what to do?
 
Changing the size of the font is one way, the hardcore way...

Navigate to

Code:
/System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj

Locate the file that is called Localizable.strings and make a copy of it and store it elsewhere on your disk before you modify anything. Open it in your favorite text editor.

I can't remember what line it is, but do a search for the word "free" and then delete it from the line that looks like it is the right one (it should be obvious and look something like "^0, ^1 free" ). Save the file.

Launch Terminal, enter the command

Code:
killall Finder

and you should have something like:

232.7 GB, 97.48 GB
 
Changing the size of the font is one way, the hardcore way...

Navigate to

Code:
/System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj

Locate the file that is called Localizable.strings and make a copy of it and store it elsewhere on your disk before you modify anything. Open it in your favorite text editor.

I can't remember what line it is, but do a search for the word "free" and then delete it from the line that looks like it is the right one (it should be obvious and look something like "^0, ^1 free" ). Save the file.

Launch Terminal, enter the command

Code:
killall Finder

and you should have something like:

232.7 GB, 97.48 GB

Just delete the entire line that "free" is on?
 
Just delete the entire line that "free" is on?

Remove the word 'free'.

Or do what spinnerlys said, except if you have the window I have attached, then you should increase the grid spacing as well.
 

Attachments

  • Screen shot 2009-12-12 at 4.17.50 PM.png
    Screen shot 2009-12-12 at 4.17.50 PM.png
    95.6 KB · Views: 158
  • Screen shot 2009-12-12 at 4.16.11 PM.png
    Screen shot 2009-12-12 at 4.16.11 PM.png
    31.9 KB · Views: 62
Remove the word 'free'.

Or do what spinnerlys said, except if you have the window I have attached, then you should increase the grid spacing as well.

Grid spacing was what did it.

Thanks a lot.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.