Made the choice slightly clearer in GModel.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20359 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-11-18 06:38:40 +00:00
parent c0e1de4049
commit 61f8047895

View file

@ -245,7 +245,7 @@ static BOOL gormFileOwnerDecoded;
result =
NSRunAlertPanel(_(@"GModel Loading"),
_(@"Unknown class %@. Parse header file to define?"),
_(@"Yes"), _(@"No"), nil,
_(@"Yes"), _(@"No, Choose Superclass"), nil,
className, nil);
if (result == NSAlertDefaultReturn)
result = NSAlertOtherReturn;