Index: openacs-4/packages/project-manager/tcl/task-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/tcl/task-procs.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/project-manager/tcl/task-procs.tcl 19 Sep 2005 16:16:00 -0000 1.16 +++ openacs-4/packages/project-manager/tcl/task-procs.tcl 7 Oct 2005 09:53:36 -0000 1.17 @@ -1570,7 +1570,7 @@ pm::util::email \ -to_addr $to_address \ -from_addr $from_address \ - -subject $subject_out \ + -subject [lang::util::localize $subject_out] \ -body [lang::util::localize $notification_text [lang::user::locale -user_id $assignee_id]] \ -mime_type "text/html" }