Index: openacs-4/packages/general-comments/www/url-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/url-add.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/general-comments/www/url-add.tcl 5 Sep 2002 10:05:17 -0000 1.3 +++ openacs-4/packages/general-comments/www/url-add.tcl 7 Nov 2002 08:32:49 -0000 1.4 @@ -25,7 +25,7 @@ allow_link_attachments { set allow_links_p [ad_parameter AllowLinkAttachmentsP {general-comments} {t}] if { $allow_links_p != "t" } { - ad_complain "Attaching links to comments has been disabled." + ad_complain "[_ general-comments.lt_Attaching_links_to_co]" } } } @@ -35,8 +35,8 @@ # set variables for template set attach_id [db_nextval acs_object_id_seq] -set page_title "Add url attachment to comment #$parent_id" -set context [list [list "view-comment?comment_id=$parent_id" "Go back to comment"] "Add url comment"] +set page_title "[_ general-comments.lt_Add_url_attachment_to] #$parent_id" +set context [list [list "view-comment?comment_id=$parent_id" "[_ general-comments.Go_back_to_comment]"] "[_ general-comments.Add_url_comment]"] set target "url-add-2" set label "" set url ""