Revision: 21831
          http://sourceforge.net/p/bibdesk/svn/21831
Author:   hofman
Date:     2018-02-05 18:39:51 +0000 (Mon, 05 Feb 2018)
Log Message:
-----------
Remove some preference strings we don't use anymore. Fix a localizable string.

Modified Paths:
--------------
    trunk/bibdesk/BDSKCharacterConversion.m
    trunk/bibdesk/English.lproj/Localizable.strings
    trunk/bibdesk/English.lproj/Preferences.strings
    trunk/bibdesk/French.lproj/Preferences.strings
    trunk/bibdesk/German.lproj/Localizable.strings
    trunk/bibdesk/German.lproj/Preferences.strings

Modified: trunk/bibdesk/BDSKCharacterConversion.m
===================================================================
--- trunk/bibdesk/BDSKCharacterConversion.m     2018-02-05 18:21:51 UTC (rev 
21830)
+++ trunk/bibdesk/BDSKCharacterConversion.m     2018-02-05 18:39:51 UTC (rev 
21831)
@@ -369,7 +369,7 @@
                 if ([defaultTexSet containsObject:object]) {
                     NSAlert *alert = [[[NSAlert alloc] init] autorelease];
                     [alert setMessageText:NSLocalizedString(@"Duplicate TeX 
Conversion", @"Message in alert dialog when trying to add duplicate TeX 
conversion")];
-                    [alert setInformativeText:[NSString 
stringWithFormat:NSLocalizedString(@"The TeX equivalent %@ you entered already 
already is a two-way TeX conversion defined internally by BibDesk. Do you want 
to overwrite this?", @"Informative text in alert dialog"), object]];
+                    [alert setInformativeText:[NSString 
stringWithFormat:NSLocalizedString(@"The TeX equivalent %@ you entered already 
is a two-way TeX conversion defined internally by BibDesk. Do you want to 
overwrite this?", @"Informative text in alert dialog"), object]];
                     [alert addButtonWithTitle:NSLocalizedString(@"OK", 
@"Button title")];
                     [alert addButtonWithTitle:NSLocalizedString(@"Cancel", 
@"Button title")];
                     rv = [alert runModal];

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

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

Modified: trunk/bibdesk/French.lproj/Preferences.strings
===================================================================
(Binary files differ)

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

Modified: trunk/bibdesk/German.lproj/Preferences.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