I use an NSSavePanel to ask users to indicate the file to which they want to save some information. If they choose an existing file I'd simply append the new information to the end. The issue is that OS X would give the following message:
“new-file.txt” already exists. Do you want to replace it?
And I can't find a way to change this message. Is there a way to do this?