Changeset 3758

Show
Ignore:
Timestamp:
10/14/07 20:22:58 (9 months ago)
Author:
timothy
Message:

Make the title shorter for the highlight mention alert. This should make it fit in more Growl styles.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Panels/JVDirectChatPanel.m

    r3756 r3758  
    847847                _newHighlightMessageCount++; 
    848848                NSMutableDictionary *context = [NSMutableDictionary dictionary]; 
    849                 [context setObject:[NSString stringWithFormat:NSLocalizedString( @"One of your highlight words mentioned by %@", "mention bubble title" ), [user displayName]] forKey:@"title"]; 
     849                [context setObject:[NSString stringWithFormat:NSLocalizedString( @"%@ Mentioned a Highlight Word", "mention bubble title" ), [user displayName]] forKey:@"title"]; 
    850850                [context setObject:[messageString string] forKey:@"description"]; 
    851851                [context setObject:[NSImage imageNamed:@"activityNewImportant"] forKey:@"image"];