adium 5648:723075c2a176: Also need to change the string here. Th...

commits at adium.im commits at adium.im
Tue Jul 9 19:02:19 UTC 2013


details:	http://hg.adium.im/adium/rev/723075c2a176
revision:	5648:723075c2a176
branch:		adium-1.6
author:		Robert Vehse <robertvehse at fastmail.fm>
date:		Tue Jul 09 21:00:11 2013 +0200

Also need to change the string here. Thanks, wixardy!

diffs (12 lines):

diff -r e106414b0187 -r 723075c2a176 Source/AIMessageAlertsAdvancedPreferences.m
--- a/Source/AIMessageAlertsAdvancedPreferences.m	Tue Jul 09 20:54:47 2013 +0200
+++ b/Source/AIMessageAlertsAdvancedPreferences.m	Tue Jul 09 21:00:11 2013 +0200
@@ -60,7 +60,7 @@
 	[checkbox_badgeDockIcon setLocalizedString:AILocalizedString(@"Display a count badge on the dock icon", nil)];
 	
 	[checkbox_unreadConversations setLocalizedString:AILocalizedString(@"Count unread conversations instead of unread messages", nil)];
-	[checkbox_unreadContentMention setLocalizedString:AILocalizedString(@"Only count number of highlights and mentions for group chats", nil)];
+	[checkbox_unreadContentMention setLocalizedString:AILocalizedString(@"For group chats, only count number of highlights and mentions", nil)];
 	[checkbox_unreadMentionCount setLocalizedString:AILocalizedString(@"For tabs, only count number of unread mentions", nil)];
 	
 	[checkbox_showTabCountSingle setLocalizedString:AILocalizedString(@"Show count in tabs (single chat)", nil)];




More information about the commits mailing list