Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Remove capitalisation from Sources in iTunes 7' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Remove capitalisation from Sources in iTunes 7
Authored by: jimeh on Sep 18, '06 08:01:21AM
i've just tested this on my girlfriend's PC, and it works fine.

Localizable.strings is located in...
C:\Program Files\iTunes\iTunes.Resources\en.lproj\
...at least for english, use the "xx.lproj" folder of your own language...

also, in addition to...
"135.006" = "SHARED";
[...]
"135.011" = "LIBRARY";
"135.012" = "DEVICES";
"135.013" = "STORE";
"135.014" = "PLAYLISTS";
...i found these capitalized strings aswell, located under the given comment sections...
/* ===== Info Window Strings ===== */
[...]
/* Single Get Info where contextual menu */
[...]
"140.025" = "ACTORS";
"140.026" = "DIRECTOR";
"140.027" = "DIRECTORS";
"140.028" = "PRODUCER";
"140.029" = "PRODUCERS";
...which i can't say to 100% where they are used, cause i don't have any movie's in iTunes... but the comments do more or less tell the tale...

[ Reply to This | # ]