Index: openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl,v diff -u -N -r1.27.2.1 -r1.27.2.2 --- openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl 17 Jun 2019 10:14:25 -0000 1.27.2.1 +++ openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl 29 Jul 2019 20:08:22 -0000 1.27.2.2 @@ -158,17 +158,17 @@ { locale {[ad_conn locale]} } package_key message_key { return_url [ad_return_url] } }] if { [lang::message::message_exists_p [ad_conn locale] $key] } { - set edit_link [subst {o}] + set edit_link [subst {}] } else { if { [lang::message::message_exists_p "en_US" $key] } { # Translation missing in this locale - set edit_link [subst {*}] + set edit_link [subst {}] } else { # Message key missing entirely set new_url [export_vars -base "${apm_package_url}admin/localized-message-new" { { locale en_US } package_key message_key { return_url [ad_return_url] } }] - set edit_link [subst {@}] + set edit_link [subst {}] } }