Revision: 28186 http://sourceforge.net/p/bibdesk/svn/28186 Author: hofman Date: 2023-03-12 17:57:04 +0000 (Sun, 12 Mar 2023) Log Message: ----------- fix strings comment
Modified Paths: -------------- trunk/bibdesk/BDSKTextImportController.m Modified: trunk/bibdesk/BDSKTextImportController.m =================================================================== --- trunk/bibdesk/BDSKTextImportController.m 2023-03-12 09:42:20 UTC (rev 28185) +++ trunk/bibdesk/BDSKTextImportController.m 2023-03-12 17:57:04 UTC (rev 28186) @@ -423,7 +423,7 @@ - (IBAction)showCiteKeyWarning:(id)sender{ NSAlert *alert = [[[NSAlert alloc] init] autorelease]; - [alert setMessageText:NSLocalizedString(@"Duplicate Cite Key", @"Message in alert dialog when duplicate citye key was found")]; + [alert setMessageText:NSLocalizedString(@"Duplicate Cite Key", @"Message in alert dialog when duplicate cite key was found")]; [alert setInformativeText:NSLocalizedString(@"The citation key you entered is either already used in this document or is empty. Please provide a unique one.", @"Informative text in alert dialog")]; [alert beginSheetModalForWindow:[self window] completionHandler:NULL]; } 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