Source/AIMentionAdvancedPreferences.m
changeset 2695 4b83d8a50824
parent 2681 594253d97431
child 2899 9360ad095234
     1.1 --- a/Source/AIMentionAdvancedPreferences.m	Fri Oct 30 12:11:03 2009 -0400
     1.2 +++ b/Source/AIMentionAdvancedPreferences.m	Fri Oct 30 21:35:07 2009 -0400
     1.3 @@ -79,7 +79,7 @@
     1.4   */
     1.5  - (void)viewDidLoad
     1.6  {
     1.7 -	[label_explanation setLocalizedString:AILocalizedString(@"Messages are highlighted when the following terms are spoken. Your username is always highlighted.", nil)];
     1.8 +	[label_explanation setStringValue:AILocalizedString(@"Messages are highlighted when the following terms are spoken. Your username is always highlighted.", nil)];
     1.9  	
    1.10  	mentionTerms = [[NSMutableArray alloc] initWithArray:[adium.preferenceController preferenceForKey:PREF_KEY_MENTIONS group:PREF_GROUP_GENERAL]];
    1.11