mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
b5d16a6f3b
commit
9f149a877e
1 changed files with 2 additions and 2 deletions
|
@ -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"];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue