I18N: Merge duplicate "List view" and "Grid view" strings.
Props ramiy. Fixes #50757. Built from https://develop.svn.wordpress.org/trunk@48618 git-svn-id: http://core.svn.wordpress.org/trunk@48380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -41,8 +41,8 @@ class WP_Media_List_Table extends WP_List_Table {
|
||||
$this->detached = ( isset( $_REQUEST['attachment-filter'] ) && 'detached' === $_REQUEST['attachment-filter'] );
|
||||
|
||||
$this->modes = array(
|
||||
'list' => __( 'List View' ),
|
||||
'grid' => __( 'Grid View' ),
|
||||
'list' => __( 'List view' ),
|
||||
'grid' => __( 'Grid view' ),
|
||||
);
|
||||
|
||||
parent::__construct(
|
||||
|
||||
Reference in New Issue
Block a user