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