adium 4182:7f455d4da163: Fixes inconsistency with "Get Info" and...

commits at adium.im commits at adium.im
Sat Aug 27 21:44:23 UTC 2011


details:	http://hg.adium.im/adium/rev/7f455d4da163
revision:	4182:7f455d4da163
branch:		(none)
author:		Ariel "yelly" Chinn <arielchinn at gmail.com>
date:		Sun Aug 28 00:34:56 2011 +0300

Fixes inconsistency with "Get Info" and "Show Info". Fixes #14072.

diffs (14 lines):

diff -r f8b13060fe33 -r 7f455d4da163 Source/AIContactInfoWindowPlugin.m
--- a/Source/AIContactInfoWindowPlugin.m	Sat Aug 27 21:29:20 2011 +0300
+++ b/Source/AIContactInfoWindowPlugin.m	Sun Aug 28 00:34:56 2011 +0300
@@ -39,8 +39,8 @@
 #define GET_INFO_MASK					(NSCommandKeyMask | NSShiftKeyMask)
 #define ALTERNATE_GET_INFO_MASK			(NSCommandKeyMask | NSShiftKeyMask | NSControlKeyMask)
 
-#define	TITLE_SHOW_INFO					AILocalizedString(@"Show Info",nil)
-#define	TOOLTIP_SHOW_INFO				AILocalizedString(@"Show information about this contact or group and change settings specific to it","Tooltip for the Show Info toolbar button")
+#define	TITLE_SHOW_INFO					AILocalizedString(@"Get Info",nil)
+#define	TOOLTIP_SHOW_INFO				AILocalizedString(@"Show information about this contact or group and change settings specific to it","Tooltip for the Get Info toolbar button")
 
 @interface AIContactInfoWindowPlugin ()
 - (void)prepareContactInfo;




More information about the commits mailing list