Revision: 29453
http://sourceforge.net/p/bibdesk/svn/29453
Author: hofman
Date: 2025-08-24 14:50:07 +0000 (Sun, 24 Aug 2025)
Log Message:
-----------
lowercase small words
Modified Paths:
--------------
trunk/bibdesk/BDSKTextImportController.m
trunk/bibdesk/de.lproj/Localizable.strings
trunk/bibdesk/en.lproj/Localizable.strings
trunk/bibdesk/fr.lproj/Localizable.strings
Modified: trunk/bibdesk/BDSKTextImportController.m
===================================================================
--- trunk/bibdesk/BDSKTextImportController.m 2025-08-24 14:45:47 UTC (rev
29452)
+++ trunk/bibdesk/BDSKTextImportController.m 2025-08-24 14:50:07 UTC (rev
29453)
@@ -1139,7 +1139,7 @@
NSMenuItem *openLinkItem = item;
[menu removeItemAtIndex:i];
- item = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"Save
Link As Local File", @"Menu item title")
action:@selector(performCustomMenuAction:) keyEquivalent:@""];
+ item = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"Save
Link as Local File", @"Menu item title")
action:@selector(performCustomMenuAction:) keyEquivalent:@""];
[item setTarget:self];
[item setTag:BDSKWebViewCustomMenuActionDownloadLink];
[item setIdentifier:@"BDSKMenuItemIdentifierDownloadLink"];
@@ -1147,9 +1147,9 @@
[menu insertItem:item atIndex:i];
if (useURLFields)
- title = NSLocalizedString(@"Copy Link To Url Field", @"Menu
item title");
+ title = NSLocalizedString(@"Copy Link to Url Field", @"Menu
item title");
else
- title = NSLocalizedString(@"Copy Link To Linked URL", @"Menu
item title");
+ title = NSLocalizedString(@"Copy Link to Linked URL", @"Menu
item title");
item = [[NSMenuItem alloc] initWithTitle:title
action:@selector(performCustomMenuAction:) keyEquivalent:@""];
[item setTarget:self];
[item setTag:BDSKWebViewCustomMenuActionAddLink];
@@ -1191,9 +1191,9 @@
[menu insertItem:[NSMenuItem separatorItem] atIndex:j];
if (useURLFields)
- title = NSLocalizedString(@"Copy Page Location To Url Field", @"Menu
item title");
+ title = NSLocalizedString(@"Copy Page Location to Url Field", @"Menu
item title");
else
- title = NSLocalizedString(@"Copy Page Location To Linked URL", @"Menu
item title");
+ title = NSLocalizedString(@"Copy Page Location to Linked URL", @"Menu
item title");
item = [[NSMenuItem alloc] initWithTitle:title
action:@selector(copyLocationAsRemoteUrl:) keyEquivalent:@""];
[item setTarget:self];
[item setIdentifier:@"BDSKMenuItemIdentifierCopyLocationToUrl"];
Modified: trunk/bibdesk/de.lproj/Localizable.strings
===================================================================
(Binary files differ)
Modified: trunk/bibdesk/en.lproj/Localizable.strings
===================================================================
(Binary files differ)
Modified: trunk/bibdesk/fr.lproj/Localizable.strings
===================================================================
(Binary files differ)
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