Index: /CKEditor/branches/features/aria/_source/lang/en.js
===================================================================
--- /CKEditor/branches/features/aria/_source/lang/en.js	(revision 5065)
+++ /CKEditor/branches/features/aria/_source/lang/en.js	(revision 5066)
@@ -397,6 +397,6 @@
 		img2Button	: 'Do you want to transform the selected image on a image button?',
 		urlMissing : 'Image source URL is missing.',
-		validateWidth : 'Width must be one of an integer, a pixel number, or a percentage.',
-		validateHeight : 'Height must be one of an integer, a pixel number, or a percentage.',
+		validateWidth : 'Width must be a whole number.',
+		validateHeight : 'Height must be a whole number.',
 		validateBorder : 'Border must be a whole number.',
 		validateHSpace : 'HSpace must be a whole number.',
@@ -482,5 +482,5 @@
 	{
 		toolbar	: 'Smiley',
-		title	: 'Insert a Smiley',
+		title	: 'Insert a Smiley'
 	},
 
Index: /CKEditor/branches/features/aria/_source/plugins/richcombo/plugin.js
===================================================================
--- /CKEditor/branches/features/aria/_source/plugins/richcombo/plugin.js	(revision 5065)
+++ /CKEditor/branches/features/aria/_source/plugins/richcombo/plugin.js	(revision 5066)
@@ -170,5 +170,5 @@
 
 			output.push(
-				'>' +
+				'>',
 					'<span id="' + id+ '_label" class=cke_label>', this.label, '</span>',
 					'<a hidefocus=true title="', this.title, '" tabindex="-1"',
