Index: openacs-4/packages/notifications/www/subscribers.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/subscribers.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/notifications/www/subscribers.tcl 7 Aug 2017 23:48:13 -0000 1.7 +++ openacs-4/packages/notifications/www/subscribers.tcl 16 Jan 2019 19:14:25 -0000 1.8 @@ -17,7 +17,7 @@ # first we verify that this object receives notifications if { ![db_0or1row select_name {}] } { # there are no notifications for this object - ad_return_error "No Notifications" "This object does have anybody subscribed via notifications" + ad_return_error "[_ notifications.No_Notifications]" "[_ notifications.No_Notifications_text]" ad_script_abort }