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:
scribu 2010-11-13 22:52:51 +00:00
parent 9c4ab78301
commit 7640c5748b
1 changed files with 1 additions and 1 deletions

View File

@ -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);