Index: class-wp-xmlrpc-server.php
===================================================================
--- class-wp-xmlrpc-server.php	(revision 20170)
+++ class-wp-xmlrpc-server.php	(working copy)
@@ -3137,7 +3137,7 @@
 		do_action('xmlrpc_call', 'blogger.setTemplate');
 
 		if ( !current_user_can('edit_themes') )
-			return new IXR_Error(401, __('Sorry, this user cannot edit the template.'));
+			return new IXR_Error(401, __('Sorry, this user can not edit the template.'));
 
 		/* warning: here we make the assumption that the blog's URL is on the same server */
 		$filename = get_option('home') . '/';
