Revision: 29394
          http://sourceforge.net/p/bibdesk/svn/29394
Author:   hofman
Date:     2025-07-29 09:00:59 +0000 (Tue, 29 Jul 2025)
Log Message:
-----------
use variable

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

Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2025-07-29 08:57:33 UTC (rev 29393)
+++ trunk/bibdesk/BibDocument.m 2025-07-29 09:00:59 UTC (rev 29394)
@@ -292,7 +292,7 @@
         NSAlert *alert = [[NSAlert alloc] init];
         [alert setMessageText:NSLocalizedString(@"Local File and URL fields 
have been automatically converted", @"warning in document")];
         [alert setInformativeText:[NSString 
stringWithFormat:NSLocalizedString(@"These fields are being deprecated.  
BibDesk now uses a more flexible storage format in place of these fields.  
Choose \"%@\" to manually verify the conversion and optionally remove the old 
fields.  Conversion can be done at any time from the \"%@\" menu.  See the 
Defaults preferences for more options.", @"alert text"), verify, 
NSLocalizedString(@"Database", @"Database main menu title")]];
-        [alert addButtonWithTitle:NSLocalizedString(@"Verify", @"button title 
for migration alert")];
+        [alert addButtonWithTitle:verify];
         [alert addButtonWithTitle:NSLocalizedString(@"Later", @"")];
         
         // @@ Should we show a check button? If the user saves the doc as-is, 
it'll have local-url and bdsk-file fields in it, and there will be no warning 
the next time it's opened.  Someone who uses a script hook to convert bdsk-file 
back to local-url won't want to see it, though.

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