Make WordPress Core


Ignore:
Timestamp:
12/05/2010 02:31:18 PM (15 years ago)
Author:
nacin
Message:

String fixes. props demetris. fixes #15688.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/maint/repair.php

    r16431 r16734  
    7979} else {
    8080    if ( isset($_GET['referrer']) && 'is_blog_installed' == $_GET['referrer'] )
    81         _e('One or more database tables is unavailable.  To allow WordPress to attempt to repair these tables, press the "Repair Database" button. Repairing can take a while, so please be patient.');
     81        _e('One or more database tables are unavailable. To allow WordPress to attempt to repair these tables, press the “Repair Database” button. Repairing can take a while, so please be patient.');
    8282    else
    8383        _e('WordPress can automatically look for some common database problems and repair them.  Repairing can take a while, so please be patient.')
Note: See TracChangeset for help on using the changeset viewer.