adium-1.4 2744:e0f357f9d6d9: Don't localize the timeline chat name.

commits at adium.im commits at adium.im
Fri Nov 6 22:47:04 UTC 2009


details:	http://hg.adium.im/adium-1.4/rev/e0f357f9d6d9
revision:	2744:e0f357f9d6d9
author:		Zachary West <zacw at adium.im>
date:		Fri Nov 06 17:47:00 2009 -0500

Don't localize the timeline chat name.

diffs (12 lines):

diff -r e790aefbc42a -r e0f357f9d6d9 Plugins/Twitter Plugin/AITwitterAccount.h
--- a/Plugins/Twitter Plugin/AITwitterAccount.h	Fri Nov 06 12:49:04 2009 -0500
+++ b/Plugins/Twitter Plugin/AITwitterAccount.h	Fri Nov 06 17:47:00 2009 -0500
@@ -90,7 +90,7 @@
 #define TWITTER_OAUTH_NOT_AUTHORIZED		AILocalizedString(@"Adium isn't allowed access to your account.", "Error message displayed when the server reports that our access has been revoked or invalid.")
 
 #define TWITTER_REMOTE_GROUP_NAME			@"Twitter"
-#define TWITTER_TIMELINE_NAME				AILocalizedString(@"Timeline (%@)", "Twitter timeline chat name, where %@ is the name of the account")
+#define TWITTER_TIMELINE_NAME				@"Timeline (%@)"
 
 #define TWITTER_PROPERTY_REQUESTED_USER_ICON	@"Twitter Requested User Icon"
 




More information about the commits mailing list