I wanted to shorten the long warning message that appears when starting a chat in Microsoft's Messenger for the Mac.
After some digging, I found the solution. Navigate into the Messenger application (control-click on Messenger, and select Show Package Contents). Then navigate into Contents -> Resources -> English.lproj. There you'll find a file named InstantMessageWindow.strings. Open it in your favorite text editor. Now change (or make it empty) the string definition for IMWarning, which you'll find at the end of the file:
[robg adds: I haven't tested this one, but the file and string exist as described. I also added a fair bit of detail to the original hint submission, so any typos or grammatical errors are mine.]
After some digging, I found the solution. Navigate into the Messenger application (control-click on Messenger, and select Show Package Contents). Then navigate into Contents -> Resources -> English.lproj. There you'll find a file named InstantMessageWindow.strings. Open it in your favorite text editor. Now change (or make it empty) the string definition for IMWarning, which you'll find at the end of the file:
/* IM warning message */
IMWarning = "Never give out your password or credit card number
in an instant message conversation. To help prevent infection by a
computer virus or worm, never accept or open any file or link in
an instant message until you verify its authenticity with the sender.";
Change the string to whatever you want, save the file, and then launch Messenger again.
[robg adds: I haven't tested this one, but the file and string exist as described. I also added a fair bit of detail to the original hint submission, so any typos or grammatical errors are mine.]
•
[8,653 views]

