Skip to content

Commit 77a59c8

Browse files
committed
I18N: Add context for the Library admin menu item.
Reviewed by peterwilsoncc. Merges r62256 to the 7.0 branch. Props timse201, sanketparmar, trickster301, audrasjb, jadavsanjay, SergeyBiryukov. Fixes #64982. git-svn-id: https://develop.svn.wordpress.org/branches/7.0@62267 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d615e17 commit 77a59c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
$menu[10] = array( __( 'Media' ), 'upload_files', 'upload.php', '', 'menu-top menu-icon-media', 'menu-media', 'dashicons-admin-media' );
7474

75-
$submenu['upload.php'][5] = array( __( 'Library' ), 'upload_files', 'upload.php' );
75+
$submenu['upload.php'][5] = array( _x( 'Library', 'media library menu item' ), 'upload_files', 'upload.php' );
7676
$submenu['upload.php'][10] = array( __( 'Add Media File' ), 'upload_files', 'media-new.php' );
7777
$submenu_index = 15;
7878

0 commit comments

Comments
 (0)