Revision: 27519
          http://sourceforge.net/p/bibdesk/svn/27519
Author:   hofman
Date:     2022-06-01 17:05:15 +0000 (Wed, 01 Jun 2022)
Log Message:
-----------
rename menu item title

Modified Paths:
--------------
    trunk/bibdesk/BDSKWebView.h
    trunk/bibdesk/BDSKWebView.m
    trunk/bibdesk/de.lproj/Localizable.strings
    trunk/bibdesk/en.lproj/Localizable.strings
    trunk/bibdesk/fr.lproj/Localizable.strings

Modified: trunk/bibdesk/BDSKWebView.h
===================================================================
--- trunk/bibdesk/BDSKWebView.h 2022-06-01 16:58:51 UTC (rev 27518)
+++ trunk/bibdesk/BDSKWebView.h 2022-06-01 17:05:15 UTC (rev 27519)
@@ -63,7 +63,7 @@
 @property (nonatomic, retain) NSURL *URL;
 
 - (IBAction)addBookmark:(id)sender;
-- (IBAction)downloadSource:(id)sender;
+- (IBAction)saveSource:(id)sender;
 
 + (NSImage *)faviconForURLString:(NSString *)URLString;
 

Modified: trunk/bibdesk/BDSKWebView.m
===================================================================
--- trunk/bibdesk/BDSKWebView.m 2022-06-01 16:58:51 UTC (rev 27518)
+++ trunk/bibdesk/BDSKWebView.m 2022-06-01 17:05:15 UTC (rev 27519)
@@ -152,7 +152,7 @@
         [[BDSKBookmarkController sharedBookmarkController] 
addBookmarkWithURL:theURL proposedName:name modalForWindow:[self window]];
 }
 
-- (IBAction)downloadSource:(id)sender {
+- (IBAction)saveSource:(id)sender {
     WebDataSource *datasource = [[self mainFrame] dataSource];
     NSString *filename = [[datasource response] suggestedFilename];
     NSString *extension = [filename pathExtension];
@@ -537,8 +537,8 @@
     [item release];
     
     if (NSNotFound != [[menuItems valueForKey:@"tag"] indexOfObject:[NSNumber 
numberWithInteger:WebMenuItemTagOpenWithDefaultApplication]]) {
-        item = [[NSMenuItem allocWithZone:[NSMenu menuZone]] 
initWithTitle:[NSLocalizedString(@"Download This Page", @"Menu item title") 
stringByAppendingEllipsis]
-                                                                    
action:@selector(downloadSource:)
+        item = [[NSMenuItem allocWithZone:[NSMenu menuZone]] 
initWithTitle:[NSLocalizedString(@"Save This Page", @"Menu item title") 
stringByAppendingEllipsis]
+                                                                    
action:@selector(saveSource:)
                                                              
keyEquivalent:@""];
         [item setTag:BDSKWebMenuItemTagAddBookmark];
         [item setTarget:sender];

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
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to