adium 2423:6d79236b4e9e: %u errors, not events!
commits at adium.im
commits at adium.im
Sun May 31 16:44:58 UTC 2009
details: http://hg.adium.im/adium/rev/6d79236b4e9e
revision: 2423:6d79236b4e9e
author: Zachary West <zacw at adium.im>
date: Sun May 31 12:44:50 2009 -0400
%u errors, not events!
diffs (12 lines):
diff -r 25c78458b97a -r 6d79236b4e9e Plugins/Error Message Handler/ErrorMessageHandlerPlugin.m
--- a/Plugins/Error Message Handler/ErrorMessageHandlerPlugin.m Sun May 31 12:30:37 2009 -0400
+++ b/Plugins/Error Message Handler/ErrorMessageHandlerPlugin.m Sun May 31 12:44:50 2009 -0400
@@ -210,7 +210,7 @@
forChat:(AIChat *)chat
withCount:(NSUInteger)count
{
- return [NSString stringWithFormat:AILocalizedString(@"%u events", nil), count];
+ return [NSString stringWithFormat:AILocalizedString(@"%u errors", nil), count];
}
@end
More information about the commits
mailing list