Index: openacs-4/packages/general-comments/www/comment-edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/comment-edit-2.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/general-comments/www/comment-edit-2.tcl 5 Sep 2002 10:05:16 -0000 1.5 +++ openacs-4/packages/general-comments/www/comment-edit-2.tcl 7 Nov 2002 08:32:49 -0000 1.6 @@ -32,8 +32,8 @@ # check to see if the user can edit this comment ad_require_permission $comment_id write -set page_title "Confirm comment on: [acs_object_name $object_id]" -set context {"Confirm comment"} +set page_title "[_ general-comments.Confirm_comment_on]: [acs_object_name $object_id]" +set context "\"[_ general-comments.Confirm_comment]\"" set target "comment-edit-3" set html_content [ad_html_text_convert -from $comment_mime_type -- $content]