mirror of
https://github.com/nickshanks/ResKnife.git
synced 2025-03-21 22:30:46 +00:00
Fix UTF-8 error.
This commit is contained in:
parent
313f17e16f
commit
405a68a83b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user