Index: /CKEditor/branches/features/aria/_source/core/dom/node.js
===================================================================
--- /CKEditor/branches/features/aria/_source/core/dom/node.js	(revision 5059)
+++ /CKEditor/branches/features/aria/_source/core/dom/node.js	(revision 5060)
@@ -26,5 +26,5 @@
 		switch ( domNode.nodeType )
 		{
-			// Safari don't consider document as element node type(#3389).
+			// Safari don't consider document as element node type. (#3389)
 			case CKEDITOR.NODE_DOCUMENT :
 				return new CKEDITOR.dom.document( domNode );
Index: /CKEditor/branches/features/aria/_source/lang/en.js
===================================================================
--- /CKEditor/branches/features/aria/_source/lang/en.js	(revision 5059)
+++ /CKEditor/branches/features/aria/_source/lang/en.js	(revision 5060)
@@ -513,5 +513,5 @@
 		pasteMsg	: 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit OK',
 		securityMsg	: 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.',
-		pasteArea : 'paste area'
+		pasteArea : 'Paste Area'
 	},
 
