Index: openacs-4/packages/attachments/www/go-to-attachment.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/go-to-attachment.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/attachments/www/go-to-attachment.tcl 10 Sep 2002 22:22:22 -0000 1.2 +++ openacs-4/packages/attachments/www/go-to-attachment.tcl 7 Nov 2002 15:11:50 -0000 1.3 @@ -13,7 +13,7 @@ # Get information about attachment if {![db_0or1row select_attachment_data {}]} { - ad_return_complaint "No such attachment for this object" + ad_return_complaint "[_ attachments.lt_No_such_attachment_fo]" return } @@ -32,7 +32,7 @@ } default { - ad_return_complaint "don't know how to deal with this attachment type" + ad_return_complaint "[_ attachments.lt_dont_know_how_to_deal]" return } }