clearer wording

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27927 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-02-20 14:15:25 +00:00
parent b5d16a6f3b
commit 9f149a877e

View file

@ -1654,7 +1654,7 @@ static NSString *mainFont = nil;
str = [prop objectForKey: @"override"];
if ([str isEqual: @"subclass"] == YES)
{
[buf appendString: @"Subclasses <strong>should</strong> "
[buf appendString: @"Subclasses <strong>must</strong> "
@"override this method.<br />\n"];
}
else if ([str isEqual: @"dummy"] == YES)
@ -1664,7 +1664,7 @@ static NSString *mainFont = nil;
}
else if ([str isEqual: @"never"] == YES)
{
[buf appendString: @"Subclasses should <strong>NOT</strong> "
[buf appendString: @"Subclasses must <strong>NOT</strong> "
@"override this method.<br />\n"];
}