improve help

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30553 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-06-03 06:34:32 +00:00
parent 724f63bde0
commit 5f757ab480

View file

@ -1525,8 +1525,9 @@ static NSMapTable *absolutes = 0;
if ([localZoneSource hasPrefix: @"file"]
|| [localZoneSource hasPrefix: @"function"])
{
NSLog(@"It seems that your operating system does not have a valid timezone name configured (it could be that some other software has set a, possibly ambiguous, timezone abbreviation rather than a name) ... please correct that or override by setting the '%@' user default to a timezone name (such as 'Europe/London' or 'America/Chicago'). See '%@' for a the standard timezones.", LOCALDBKEY, _time_zone_path (ZONES_DIR, nil));
NSLog(@"It seems that your operating system does not have a valid timezone name configured (it could be that some other software has set a, possibly ambiguous, timezone abbreviation rather than a name) ... please correct that or override by setting a timezone name (such as 'Europe/London' or 'America/Chicago').");
}
NSLog(@"You can override the timezone name by setting the '%@' user default. See '%@' for the standard timezones such as 'GB-Eire' or 'Africa/Nairobi'.", LOCALDBKEY, _time_zone_path (ZONES_DIR, nil));
}
}
else