![]() |
#1
|
||||
|
||||
How to modify/change the 'About This Mac' dialog
Always wanted to get rid of the Unknown Processor, which is showing in your 'About This Mac' dialog?
![]() Simply open the Finder, then press CMD + N to open a new window. Now, navigate to: Code:
/System/Library/CoreServices/loginwindow.app/Contents/Resources/YOURLANGUAGE.lproj Then use Nano/TextMate/SubEthaEdit or your favourite text application to open the AboutThisMac.strings file! Now search for this: Code:
"ABOUT_BOX_SINGLE_PROCESSOR_FIELD_FORMAT" = "Customize This To Your Liking"; Code:
"ABOUT_BOX_MULTIPLE_PROCESSOR_FIELD_FORMAT" = "Customize This To Your Liking"; ![]() |
|