Fix UTF-8 error.

git-svn-id: https://resknife.svn.sourceforge.net/svnroot/resknife/trunk@145 25122d23-1bc7-42f3-9251-2040de679093
This commit is contained in:
Nicholas Shanks 2011-07-18 08:24:00 +00:00
parent 6bcc8959d0
commit 6ad185bb8a
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: