Revision: 26875
          http://sourceforge.net/p/bibdesk/svn/26875
Author:   hofman
Date:     2021-09-14 16:09:40 +0000 (Tue, 14 Sep 2021)
Log Message:
-----------
Display author names using comma and and in UI

Modified Paths:
--------------
    trunk/bibdesk/BibItem.m

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2021-09-14 16:07:57 UTC (rev 26874)
+++ trunk/bibdesk/BibItem.m     2021-09-14 16:09:40 UTC (rev 26875)
@@ -690,7 +690,7 @@
     NSArray *peopleArray = [self peopleArrayForField:field];
        if ([peopleArray count] == 0)
         return @"";
-    return [[peopleArray valueForKey:@"displayName"] 
componentsJoinedByString:@" and "];
+    return [[peopleArray valueForKey:@"displayName"] 
componentsJoinedByCommaAndAnd];
 }
 
 #pragma mark Author Handling code

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to