[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

mitz at apple.com mitz at apple.com
Wed Dec 22 13:32:29 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 049bb26e2a56228c9eec9f95475096a48f8a1818
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Sep 19 17:37:52 2010 +0000

    Fixed a typo.
    
    Reviewed by Anders Carlsson.
    
    * code-review.js: Changed the label of the OK button from Ok to OK.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67812 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index 5b95290..aff2eb6 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-19  Dan Bernstein  <mitz at apple.com>
+
+        Reviewed by Anders Carlsson.
+
+        Fixed a typo.
+
+        * code-review.js: Changed the label of the OK button from Ok to OK.
+
 2010-09-15  Adam Barth  <abarth at webkit.org>
 
         Unreviewed.
diff --git a/BugsSite/code-review.js b/BugsSite/code-review.js
index b37a6b1..c9042a5 100644
--- a/BugsSite/code-review.js
+++ b/BugsSite/code-review.js
@@ -105,7 +105,7 @@
     line.attr('data-has-comment', 'true');
     line.addClass('commentContext');
 
-    var comment_block = $('<div class="comment"><textarea data-comment-for="' + line.attr('id') + '"></textarea><div class="actions"><button class="ok">Ok</button><button class="discard">Discard</button></div></div>');
+    var comment_block = $('<div class="comment"><textarea data-comment-for="' + line.attr('id') + '"></textarea><div class="actions"><button class="ok">OK</button><button class="discard">Discard</button></div></div>');
     insertCommentFor(line, comment_block);
     comment_block.hide().slideDown('fast', function() {
       $(this).children('textarea').focus();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list