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

+