Skip to content

Commit ec5126c

Browse files
author
Nabhishek Singh
committed
Add a context for both strings
1 parent e12ddb3 commit ec5126c

3 files changed

Lines changed: 3 additions & 3 deletions

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' ), 'upload_files', 'upload.php' );
7676
$submenu['upload.php'][10] = array( __( 'Add Media File' ), 'upload_files', 'media-new.php' );
7777
$submenu_index = 15;
7878

src/wp-includes/build/routes/font-list/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15465,7 +15465,7 @@ function FontLibraryPage() {
1546515465
const tabs = [
1546615466
{
1546715467
id: "installed-fonts",
15468-
title: (0, import_i18n46.__)("Library")
15468+
title: (0, import_i18n46._x)("Library", "Font library")
1546915469
}
1547015470
];
1547115471
if (canUserCreate) {

src/wp-includes/build/routes/font-list/content.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)