mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +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
4ae8de086c
commit
3bac0fd3a0
1 changed files with 2 additions and 2 deletions
|
@ -1654,7 +1654,7 @@ static NSString *mainFont = nil;
|
||||||
str = [prop objectForKey: @"override"];
|
str = [prop objectForKey: @"override"];
|
||||||
if ([str isEqual: @"subclass"] == YES)
|
if ([str isEqual: @"subclass"] == YES)
|
||||||
{
|
{
|
||||||
[buf appendString: @"Subclasses <strong>should</strong> "
|
[buf appendString: @"Subclasses <strong>must</strong> "
|
||||||
@"override this method.<br />\n"];
|
@"override this method.<br />\n"];
|
||||||
}
|
}
|
||||||
else if ([str isEqual: @"dummy"] == YES)
|
else if ([str isEqual: @"dummy"] == YES)
|
||||||
|
@ -1664,7 +1664,7 @@ static NSString *mainFont = nil;
|
||||||
}
|
}
|
||||||
else if ([str isEqual: @"never"] == YES)
|
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"];
|
@"override this method.<br />\n"];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue