[zephyrchat-cvs] zchat/zChat ZChatAddFriendController.mm,1.4,1.5
Status: Alpha
Brought to you by:
akosut
|
From: <ak...@us...> - 2003-04-01 14:38:04
|
Update of /cvsroot/zephyrchat/zchat/zChat
In directory sc8-pr-cvs1:/tmp/cvs-serv8432
Modified Files:
ZChatAddFriendController.mm
Log Message:
Add localized string to Localizable.strings.
Index: ZChatAddFriendController.mm
===================================================================
RCS file: /cvsroot/zephyrchat/zchat/zChat/ZChatAddFriendController.mm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ZChatAddFriendController.mm 26 Mar 2003 22:09:23 -0000 1.4
+++ ZChatAddFriendController.mm 1 Apr 2003 14:37:58 -0000 1.5
@@ -251,7 +251,7 @@
NSString *name = [ZChatApp signatureForPerson:person];
if (name == nil) {
- return [[[NSAttributedString alloc] initWithString:NSLocalizedString(@"No name", nil)
+ return [[[NSAttributedString alloc] initWithString:NSLocalizedString(@"No name", @"Nameless AB entry")
attributes:[NSDictionary dictionaryWithObject:
[[NSFontManager sharedFontManager]
convertFont:[[tableColumn dataCell] font]
|