Skip to content

Commit 50bf29c

Browse files
committed
Replace "Add New Media" title with "Add Media" in media-new.php
In #61219, it was decided to replace each occurrences of "Add New […]" (post, page, taxonomy, whatever) with "Add […]", to make the interface more consistent and simplify the translation effort. This changeset replaces a missed occurrence appearing when uploading a media from the list view in the media library, and updates it as well, for better consistency. Follow-up to [59784], [59786], [59791], [60098], [60099]. Props audrasjb, jsmansart. Fixes #64573 See #61219 git-svn-id: https://develop.svn.wordpress.org/trunk@61569 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 447a271 commit 50bf29c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/media-new.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141

4242
// Used in the HTML title tag.
43-
$title = __( 'Upload New Media' );
43+
$title = __( 'Upload Media' );
4444
$parent_file = 'upload.php';
4545

4646
get_current_screen()->add_help_tab(

0 commit comments

Comments
 (0)