Make WordPress Core


Ignore:
Timestamp:
04/30/2010 03:17:49 AM (15 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/users.php

    r14189 r14315  
    250250<div class="wrap">
    251251<?php screen_icon(); ?>
    252 <h2><?php _e('Remove Users from Blog'); ?></h2>
     252<h2><?php _e('Remove Users from Site'); ?></h2>
    253253<p><?php _e('You have specified these users for removal:'); ?></p>
    254254<ul>
     
    325325            break;
    326326        case 'remove':
    327             $messages[] = '<div id="message" class="updated fade"><p>' . __('User removed from this blog.') . '</p></div>';
     327            $messages[] = '<div id="message" class="updated fade"><p>' . __('User removed from this site.') . '</p></div>';
    328328            break;
    329329        case 'err_admin_remove':
Note: See TracChangeset for help on using the changeset viewer.