s/blog/site/ in even more places. props PeteMall, see #11644.

git-svn-id: https://develop.svn.wordpress.org/trunk@14315 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-04-30 03:17:49 +00:00
parent f1323541bc
commit 2473cefe8f
22 changed files with 74 additions and 74 deletions
+2 -2
View File
@@ -249,7 +249,7 @@ case 'remove':
<div class="wrap">
<?php screen_icon(); ?>
<h2><?php _e('Remove Users from Blog'); ?></h2>
<h2><?php _e('Remove Users from Site'); ?></h2>
<p><?php _e('You have specified these users for removal:'); ?></p>
<ul>
<?php
@@ -324,7 +324,7 @@ default:
$messages[] = '<div id="message" class="updated"><p>' . __('Other users have been deleted.') . '</p></div>';
break;
case 'remove':
$messages[] = '<div id="message" class="updated fade"><p>' . __('User removed from this blog.') . '</p></div>';
$messages[] = '<div id="message" class="updated fade"><p>' . __('User removed from this site.') . '</p></div>';
break;
case 'err_admin_remove':
$messages[] = '<div id="message" class="error"><p>' . __("You can't remove the current user.") . '</p></div>';