Index: openacs-4/packages/notifications/www/request-change-frequency.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/request-change-frequency.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/notifications/www/request-change-frequency.tcl 16 Jan 2003 13:53:40 -0000 1.2 +++ openacs-4/packages/notifications/www/request-change-frequency.tcl 13 Sep 2009 23:54:42 -0000 1.3 @@ -16,15 +16,16 @@ db_1row select_notification_request {} -set page_title "Edit Frequency of $object_name Notification" -set context [list "Edit Frequency"] +set doc(title) [_ notifications.Change_frequency] +set context [list $doc(title)] -set intervals [notification::get_intervals -type_id $type_id] +set intervals [notification::get_intervals -localized -type_id $type_id] ad_form -name change_frequency -export {request_id return_url} -form { - {interval_id:integer(select) {label "Notification Interval"} - {options $intervals} - {value $interval_id}} + {interval_id:integer(select) + {label "[_ notifications.Frequency]"} + {options $intervals} + {value $interval_id}} } -on_submit { db_dml update_notification_frequency {}