Make WordPress Core

Changeset 45439


Ignore:
Timestamp:
05/26/2019 03:59:37 PM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Merge duplicate "not allowed to manage options" strings.

Props ramiy.
Fixes #42271.

File:
1 edited

Legend:

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

    r45403 r45439  
    4848    wp_die(
    4949        '<h1>' . __( 'You need a higher level of permission.' ) . '</h1>' .
    50         '<p>' . __( 'Sorry, you are not allowed to manage these options.' ) . '</p>',
     50        '<p>' . __( 'Sorry, you are not allowed to manage options for this site.' ) . '</p>',
    5151        403
    5252    );
Note: See TracChangeset for help on using the changeset viewer.