Make WordPress Core

Changeset 16001


Ignore:
Timestamp:
10/27/2010 08:14:48 AM (15 years ago)
Author:
nacin
Message:

Language cleanup. props jane, scribu, fixes #14585.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/sites.php

    r15956 r16001  
    2626    '<p>' . __('Hovering over each site reveals seven options (three for the primary site):') . '</p>' .
    2727    '<ul><li>' . __('An Edit link to a separate Edit Site screen.') . '</li>' .
    28     '<li>' . __('Dashboard to the Dashboard for that site.') . '</li>' .
     28    '<li>' . __('Dashboard leads to the Dashboard for that site.') . '</li>' .
    2929    '<li>' . __('Deactivate, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.') . '</li>' .
    30     '<li>' . __('Delete which is a permanent action after the confirmations screen.') . '</li>' .
     30    '<li>' . __('Delete which is a permanent action after the confirmation screens.') . '</li>' .
    3131    '<li>' . __('Visit to go to the frontend site live.') . '</li></ul>' .
    3232    '<p>' . __('The site ID is used internally, and is not shown on the front end of the site or to users/viewers.') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.