Killing Capitals in iTunes

|

The latest version of iTunes has made several changes to the UI (again), most of them not for the better as can be read about here.

Still, at least one of the annoyances, the use of all capitals for section headings in the source list, can be easily corrected. The section headings are stored as localizable strings in a resource file; so first shut down iTunes, then just open the /Applications/iTunes.app/Contents/Resources/English.lproj/Localizable.strings in a text editor (e.g. TextMate) and search for the following lines:

"135.011" = "LIBRARY";
"135.012" = "DEVICES";
"135.013" = "STORE";
"135.014" = "PLAYLISTS";

these need changing to:

"135.011" = "Library";
"135.012" = "Devices";
"135.013" = "Store";
"135.014" = "Playlists";

or anything else that you like. Now when you restart iTunes it should all look better.

Update:

You also want to change this line:

"135.006" = "SHARED";

to this:

"135.006" = "Shared";

About this Entry

This page contains a single entry by Ian Phillips published on November 1, 2006 5:21 PM.

1060 Comes of Age was the previous entry in this blog.

30,000,000 Lines Of Code? WTF? is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Pages

Powered by Movable Type 4.1