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:
Sergey Biryukov
2020-07-25 21:32:05 +00:00
parent c88c8db417
commit 609acd89ed
3 changed files with 5 additions and 5 deletions

View File

@@ -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(