From 0397b60c0429c893a44fc52e61abdb1d7dc026cc Mon Sep 17 00:00:00 2001 From: westi Date: Sun, 5 Jun 2011 09:02:08 +0000 Subject: [PATCH] Mark two missed strings in Press This for translation. Fixes #16334 props SergeyBiryukov and ocean90. git-svn-id: http://svn.automattic.com/wordpress/trunk@18143 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/press-this.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/press-this.php b/wp-admin/press-this.php index 3452f093f..8c0c303a3 100644 --- a/wp-admin/press-this.php +++ b/wp-admin/press-this.php @@ -312,7 +312,7 @@ if ( !empty($_REQUEST['ajax']) ) { jQuery('#extra-fields').html(''); return false; } - jQuery('#extra-fields').html('

Add Photos ()

'); + jQuery('#extra-fields').html('

()

'); jQuery('#img_container').html(strtoappend);