adium 2879:2fc03eb4f942: Don't localize the timeline chat name.
commits at adium.im
commits at adium.im
Fri Nov 6 22:47:18 UTC 2009
details: http://hg.adium.im/adium/rev/2fc03eb4f942
revision: 2879:2fc03eb4f942
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 32f081906679 -r 2fc03eb4f942 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