Add colon after Upload/Insert. Fixes #14810

git-svn-id: https://develop.svn.wordpress.org/trunk@16358 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu 2010-11-13 22:52:51 +00:00
parent 9967d9da2a
commit 3d1e3fc25f
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);