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/NJRHistoryTrackingComboBox.m

    r53 r103  
    1515- (NSString *)_defaultKey;
    1616{
    17     NSAssert([self tag] != 0, @"CanÕt track history for combo box with tag 0: please set a tag");
     17    NSAssert([self tag] != 0, NSLocalizedString(@"Can't track history for combo box with tag 0: please set a tag", "Assertion for history tracking combo box if tag is 0"));
    1818    return [NSString stringWithFormat: @"NJRHistoryTrackingComboBox tag %d", [self tag]];
    1919}
Note: See TracChangeset for help on using the changeset viewer.