Revision: 29564
          http://sourceforge.net/p/bibdesk/svn/29564
Author:   hofman
Date:     2025-09-09 09:23:09 +0000 (Tue, 09 Sep 2025)
Log Message:
-----------
fix comment

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

Modified: trunk/bibdesk/BDSKDownloadManager.m
===================================================================
--- trunk/bibdesk/BDSKDownloadManager.m 2025-09-09 09:17:08 UTC (rev 29563)
+++ trunk/bibdesk/BDSKDownloadManager.m 2025-09-09 09:23:09 UTC (rev 29564)
@@ -327,7 +327,7 @@
     if ([[NSCalendar currentCalendar] isDateInToday:date])
         return [date shortTimeDescription];
     else if ([[NSCalendar currentCalendar] isDateInYesterday:date])
-        return [NSString stringWithFormat:@"%@ %@", 
NSLocalizedString(@"Yesterday", @"date description"), [date 
shortTimeDescription]];
+        return [NSString stringWithFormat:@"%@ %@", 
NSLocalizedString(@"Yesterday", @"Date description"), [date 
shortTimeDescription]];
     else
         return [NSString stringWithFormat:@"%@ %@", [date 
shortDateDescription], [date shortTimeDescription]];
 }

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to