From 5d510f9221f8bc7a21e407fc69f4d551e241ff5d Mon Sep 17 00:00:00 2001 From: rboren Date: Sat, 24 Apr 2004 04:26:11 +0000 Subject: [PATCH] Mark strings for translation. git-svn-id: http://svn.automattic.com/wordpress/trunk@1140 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-comment.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 7fa8ab1f9..19632a9d6 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -2,8 +2,8 @@ $allowed_users = explode(" ", trim(get_settings('fileupload_allowedusers'))); -$submitbutton_text = 'Edit Comment »'; -$toprow_title = 'Editing Comment # '.$commentdata['comment_ID']; +$submitbutton_text = __('Edit Comment »'); +$toprow_title = sprintf(__('Editing Comment # %s'), $commentdata['comment_ID']); $form_action = 'editedcomment'; $form_extra = "' />\n\n
- E-mail: +
- URI: +
-Comment +
Quicktags: '; + echo '' . __('Quicktags') . ': '; include('quicktags.php'); } ?> @@ -86,5 +86,5 @@ if ($user_level > 4) { ?> -

Delete comment

+