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

    r102 r103  
    128128    NSAttributedString *readMe = [[NSAttributedString alloc] initWithPath: aPath documentAttributes: nil];
    129129    if (readMe == nil) {
    130         [body insertText: [NSString stringWithFormat: @"CanÕt read document Ò%@Ó", [aPath lastPathComponent]]];
     130    [body insertText: [NSString stringWithFormat: NSLocalizedString(@"Can't read document '%@'", "Message displayed in in place of read me contents when read me file could not be read; %@ replaced by last path component of filename, e.g. 'Read Me.rtfd'"), [aPath lastPathComponent]]];
    131131    } else {
    132132        NSTextStorage *storage = [body textStorage];
Note: See TracChangeset for help on using the changeset viewer.