Make WordPress Core

Changeset 35519


Ignore:
Timestamp:
11/04/2015 09:31:05 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Adjust some of the strings added in [35508].

Fixes #34519.

File:
1 edited

Legend:

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

    r35508 r35519  
    2929if ( ! defined( 'WP_ALLOW_REPAIR' ) ) {
    3030
    31     echo '<h1 class="screen-reader-text">' . __( 'Allow automatic repair database' ) . '</h1>';
     31    echo '<h1 class="screen-reader-text">' . __( 'Allow automatic database repair' ) . '</h1>';
    3232
    3333    echo '<p>' . __( 'To allow use of this page to automatically repair database problems, please add the following line to your <code>wp-config.php</code> file. Once this line is added to your config, reload this page.' ) . "</p><p><code>define('WP_ALLOW_REPAIR', true);</code></p>";
     
    6565} elseif ( isset( $_GET['repair'] ) ) {
    6666
    67     echo '<h1 class="screen-reader-text">' . __( 'Results database repair' ) . '</h1>';
     67    echo '<h1 class="screen-reader-text">' . __( 'Database repair results' ) . '</h1>';
    6868
    6969    $optimize = 2 == $_GET['repair'];
Note: See TracChangeset for help on using the changeset viewer.