Index: /CKEditor/branches/versions/3.0.x/CHANGES.html
===================================================================
--- /CKEditor/branches/versions/3.0.x/CHANGES.html	(revision 4753)
+++ /CKEditor/branches/versions/3.0.x/CHANGES.html	(revision 4754)
@@ -104,4 +104,5 @@
 		<li>Updated the following language files:<ul>
 			<li><a href="http://dev.fckeditor.net/ticket/4346">#4346</a> : Dutch;</li>
+			<li><a href="http://dev.fckeditor.net/ticket/4837">#4837</a> : Finnish;</li>
 			<li><a href="http://dev.fckeditor.net/ticket/4371">#4371</a> : Hebrew;</li>
 			<li><a href="http://dev.fckeditor.net/ticket/4371">#4607</a> <a href="http://dev.fckeditor.net/ticket/4713">#4713</a> : Japanese;</li>
Index: /CKEditor/branches/versions/3.0.x/_source/plugins/contextmenu/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.0.x/_source/plugins/contextmenu/plugin.js	(revision 4753)
+++ /CKEditor/branches/versions/3.0.x/_source/plugins/contextmenu/plugin.js	(revision 4754)
@@ -237,10 +237,11 @@
 
 /**
- * Whether preserve browser native context menu when 'Ctrl' or 'Meta' key
- * is pressed while open context menu.
+ * Whether to show the browser native context menu when the CTRL or the
+ * META (Mac) key is pressed while opening the context menu.
  * @name CKEDITOR.config.browserContextMenuOnCtrl
+ * @since 3.0.2
  * @type Boolean
  * @default true
  * @example
- *  config.browserContextMenuOnCtrl = false;
+ * config.browserContextMenuOnCtrl = false;
  */
