mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-25 05:34:32 +00:00
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
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user