Revision: 21830
          http://sourceforge.net/p/bibdesk/svn/21830
Author:   hofman
Date:     2018-02-05 18:21:51 +0000 (Mon, 05 Feb 2018)
Log Message:
-----------
fix capitalization in button title

Modified Paths:
--------------
    trunk/bibdesk/BDSKTextImportController.m
    trunk/bibdesk/English.lproj/Localizable.strings

Modified: trunk/bibdesk/BDSKTextImportController.m
===================================================================
--- trunk/bibdesk/BDSKTextImportController.m    2018-02-05 16:58:35 UTC (rev 
21829)
+++ trunk/bibdesk/BDSKTextImportController.m    2018-02-05 18:21:51 UTC (rev 
21830)
@@ -1394,7 +1394,7 @@
                 [alert setMessageText:NSLocalizedString(@"Autofill 
bibliography information", @"Message in alert dialog when trying to auto-fill 
information in text import")];
                 [alert setInformativeText:NSLocalizedString(@"Do you want me 
to autofill information from Dublin Core META tags? This may overwrite fields 
that are already set.", @"Informative text in alert dialog")];
                 [alert addButtonWithTitle:NSLocalizedString(@"Yes", @"Button 
title")];
-                [alert addButtonWithTitle:NSLocalizedString(@"NO", @"Button 
title")];
+                [alert addButtonWithTitle:NSLocalizedString(@"No", @"Button 
title")];
                 [alert beginSheetModalForWindow:[self window]
                                   modalDelegate:self
                                  
didEndSelector:@selector(autoDiscoverFromFrameAlertDidEnd:returnCode:contextInfo:)

Modified: trunk/bibdesk/English.lproj/Localizable.strings
===================================================================
(Binary files differ)

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to