[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:45:49 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 47550430adec98922f551630bb52b80f222f3cd6
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jun 24 18:36:40 2003 +0000

    	Renamed the context menu item Download Image To Disk" to "Download Image to Disk".
    
            Reviewed by john.
    
            * English.lproj/Localizable.strings:
            * WebView.subproj/WebDefaultContextMenuDelegate.m:
            (-[WebDefaultUIDelegate menuItemWithTag:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4563 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index a93b29d..cb7bee6 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,7 +1,18 @@
+2003-06-24  Chris Blumenberg  <cblu at apple.com>
+
+	Renamed the context menu item Download Image To Disk" to "Download Image to Disk".
+
+        Reviewed by john.
+
+        * English.lproj/Localizable.strings:
+        * WebView.subproj/WebDefaultContextMenuDelegate.m:
+        (-[WebDefaultUIDelegate menuItemWithTag:]):
+
 2003-06-19  Chris Blumenberg  <cblu at apple.com>
 
 	Fixed: <rdar://problem/3294803>: HTTP error sent as content instead of error to plug-ins
 
+
         Reviewed by john.
 
         * Plugins.subproj/WebNetscapePluginStream.m:
diff --git a/WebKit/English.lproj/Localizable.strings b/WebKit/English.lproj/Localizable.strings
index c510a5d..6802242 100644
Binary files a/WebKit/English.lproj/Localizable.strings and b/WebKit/English.lproj/Localizable.strings differ
diff --git a/WebKit/WebView.subproj/WebDefaultContextMenuDelegate.m b/WebKit/WebView.subproj/WebDefaultContextMenuDelegate.m
index 8e3359c..75d8601 100644
--- a/WebKit/WebView.subproj/WebDefaultContextMenuDelegate.m
+++ b/WebKit/WebView.subproj/WebDefaultContextMenuDelegate.m
@@ -48,7 +48,7 @@
             action = @selector(openImageInNewWindow:);
             break;
         case WebMenuItemTagDownloadImageToDisk:
-            title = UI_STRING("Download Image To Disk", "Download Image To Disk context menu item");
+            title = UI_STRING("Download Image to Disk", "Download Image To Disk context menu item");
             action = @selector(downloadImageToDisk:);
             break;
         case WebMenuItemTagCopyImageToClipboard:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list