Ticket #22439: 22439.3.diff

File 22439.3.diff, 685 bytes (added by helenyhou, 6 months ago)
Line 
1Index: wp-admin/includes/class-wp-media-list-table.php
2===================================================================
3--- wp-admin/includes/class-wp-media-list-table.php     (revision 22559)
4+++ wp-admin/includes/class-wp-media-list-table.php     (working copy)
5@@ -154,7 +154,7 @@
6 
7                /* translators: column name */
8                if ( !$this->detached ) {
9-                       $posts_columns['parent'] = _x( 'Attached to', 'column name' );
10+                       $posts_columns['parent'] = _x( 'Uploaded to', 'column name' );
11                        if ( post_type_supports( 'attachment', 'comments' ) )
12                                $posts_columns['comments'] = '<span class="vers"><div title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></div></span>';
13                }