From 1f6dbef0697c72e8ff94819c7f5a97e0fdcef460 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 8 Oct 2019 17:02:23 +0000 Subject: [PATCH] I18N: Add context for the `Archives` string introduced in [45651] as a file type heading, to disambiguate from other types of archives. Props alexclassroom. Fixes #48259. git-svn-id: https://develop.svn.wordpress.org/trunk@46437 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index eb98238d5e..eea6a22b1a 100644 --- a/src/wp-includes/post.php +++ b/src/wp-includes/post.php @@ -2751,7 +2751,7 @@ function get_post_mime_types() { ), ), 'archive' => array( - __( 'Archives' ), + _x( 'Archives', 'file type group' ), __( 'Manage Archives' ), /* translators: %s: Number of archives. */ _n_noop(