Make WordPress Core


Ignore:
Timestamp:
06/05/2025 12:49:38 PM (8 months ago)
Author:
audrasjb
Message:

Users: Update label from "Admin Color Scheme" to "Administration Color Scheme".

This prevents confusion between "Admin" as a user role and "Admin" when speaking about the dashboard itself.

Props ckoerner, audrasjb, debarghyabanerjee, SergeyBiryukov, corazondejaguar, pedrofigueroa1989.
Fixes #63048.

File:
1 edited

Legend:

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

    r60178 r60284  
    989989
    990990/**
    991  * Displays the default admin color scheme picker (Used in user-edit.php).
     991 * Displays the default administration color scheme picker (Used in user-edit.php).
    992992 *
    993993 * @since 3.0.0
     
    10261026            <?php
    10271027            /* translators: Hidden accessibility text. */
    1028             _e( 'Admin Color Scheme' );
     1028            _e( 'Administration Color Scheme' );
    10291029            ?>
    10301030        </span></legend>
Note: See TracChangeset for help on using the changeset viewer.