From 1b784239edb4aa5d9c95043b0e6f9f57a4eac3ff Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sat, 24 Apr 2004 04:26:11 +0000 Subject: [PATCH] Mark strings for translation. git-svn-id: https://develop.svn.wordpress.org/trunk@1140 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 7fa8ab1f9a..19632a9d6a 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

+