Ignore:
Timestamp:
02/26/03 07:12:36 (21 years ago)
Author:
Nicholas Riley
Message:

Localization, bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/NSDictionary-NJRExtensions.m

    r53 r103  
    1515{
    1616    id obj = [self objectForKey: key];
    17     NSAssert1(obj != nil, @"Dictionary does not contain object for required key Ò%@Ó", key);
     17    NSAssert1(obj != nil, NSLocalizedString(@"Dictionary does not contain object for required key '%@'", "Assertion failure in -[NSDictionary objectForRequiredKey:]"), key);
    1818    return obj;
    1919}
Note: See TracChangeset for help on using the changeset viewer.