Add colon after Upload/Insert. Fixes #14810
git-svn-id: http://svn.automattic.com/wordpress/trunk@16358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9c4ab78301
commit
7640c5748b
|
@ -1427,7 +1427,7 @@ function get_media_buttons() {
|
|||
|
||||
$out .= _media_button( __( 'Add Media' ), 'images/media-button-other.gif?ver=20100531', 'media' );
|
||||
|
||||
$context = apply_filters( 'media_buttons_context', __( 'Upload/Insert %s' ) );
|
||||
$context = apply_filters( 'media_buttons_context', __( 'Upload/Insert: %s' ) );
|
||||
|
||||
return sprintf($context, $out);
|
||||
|
||||
|
|
Loading…
Reference in New Issue