Monotone-Parent: 3ea0b7cf5da4f19b50ca8ef28a18b5479c38c7a5

Monotone-Revision: 414331b3d93099684c2e6e7090ac0288bea4452f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-12-01T14:46:55
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2009-12-01 14:46:55 +00:00
parent f092e394c1
commit 851e86373e
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ static Class NSStringKlass = Nil;
for (count = 0; stringArray && count < max; count++)
if (![[stringArray objectAtIndex: count] isKindOfClass: NSStringKlass])
{
[self warnWithFormat: @"expected string value in array for '%@'"
[self warnWithFormat: @"expected string values in array for '%@'"
@", value %d is not a string (ignored)",
key, count];
stringArray = nil;