Make WordPress Core


Ignore:
Timestamp:
03/19/2010 10:09:34 PM (15 years ago)
Author:
nacin
Message:

MS admin string improvements. fixes #12436, props mrmist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-themes.php

    r13301 r13771  
    22require_once('admin.php');
    33
    4 $title = __('WordPress › Admin › Themes');
     4$title = __('Network Themes');
    55$parent_file = 'ms-admin.php';
    66require_once('admin-header.php');
     
    2121    <form action='ms-edit.php?action=updatethemes' method='post'>
    2222        <?php screen_icon(); ?>
    23         <h2><?php _e('Site Themes') ?></h2>
    24         <p><?php _e('Disable themes site-wide. You can enable themes on a site by site basis.') ?></p>
     23        <h2><?php _e('Network Themes') ?></h2>
     24        <p><?php _e('Disable themes network-wide. You can enable themes on a site by site basis.') ?></p>
    2525        <table class="widefat">
    2626            <thead>
Note: See TracChangeset for help on using the changeset viewer.