User defaults language/setup restructuring

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32454 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-03-05 07:54:05 +00:00
parent aa9300f786
commit f169caa814
6 changed files with 319 additions and 335 deletions

View file

@ -419,7 +419,7 @@ static NSUInteger _defaultBehavior = NSNumberFormatterBehavior10_4;
{
if (0 != error)
{
*error = _(@"floating point values not allowed");
*error = _(@"Floating Point not allowed");
}
return NO;
}