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 -r1.21 -r1.22 --- openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl 27 Oct 2014 16:40:10 -0000 1.21 +++ openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl 22 Jun 2015 21:03:13 -0000 1.22 @@ -141,16 +141,16 @@ { 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 "o" + set edit_link [subst {o}] } else { if { [lang::message::message_exists_p "en_US" $key] } { # Translation missing in this locale - set edit_link "*" + 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 "@" + set edit_link [subst {@" } }