Make WordPress Core

Changeset 49541


Ignore:
Timestamp:
11/09/2020 11:15:06 AM (4 years ago)
Author:
SergeyBiryukov
Message:

I18N: Merge duplicate "Column" strings, remove unnecessary context.

Props ramiy, justinahinon, garrett-eclipse, audrasjb.
Fixes #47259.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r48586 r49541  
    13011301                'Row'                                  => __( 'Row' ),
    13021302                'Rows'                                 => __( 'Rows' ),
    1303                 'Column'                               => _x( 'Column', 'table column' ),
    1304                 'Cols'                                 => _x( 'Cols', 'table columns' ),
     1303                'Column'                               => __( 'Column' ),
     1304                'Cols'                                 => __( 'Columns' ),
    13051305                'Cell'                                 => _x( 'Cell', 'table cell' ),
    13061306                'Header cell'                          => __( 'Header cell' ),
Note: See TracChangeset for help on using the changeset viewer.