Fix UTF-8 error.

This commit is contained in:
Nicholas Shanks 2011-07-18 08:24:00 +00:00
parent 313f17e16f
commit 405a68a83b
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
switch( [errorValues count] )
{
case 0:
NSBeginAlertSheet( @"Do you want to save the changes you made to this resource?", @"Save", @"DonÕt Save", @"Cancel", sender, self, @selector(saveSheetDidClose:returnCode:contextInfo:), nil, nil, @"Your changes will be lost if you don't save them." );
NSBeginAlertSheet( @"Do you want to save the changes you made to this resource?", @"Save", @"Don't Save", @"Cancel", sender, self, @selector(saveSheetDidClose:returnCode:contextInfo:), nil, nil, @"Your changes will be lost if you don't save them." );
break;
case 1: