Index: openacs-4/packages/acs-lang/www/admin/message-usage-include.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/admin/message-usage-include.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-lang/www/admin/message-usage-include.tcl 15 Aug 2003 11:02:16 -0000 1.2 +++ openacs-4/packages/acs-lang/www/admin/message-usage-include.tcl 18 Aug 2003 08:18:29 -0000 1.3 @@ -7,7 +7,8 @@ set full_key "$package_key.$message_key" -# LARS: Hack to handle acs-lang.localization- messages +# Since acs-lang.localization- messages use the lc_get proc (that leaves out the acs-lang.localization- part) +# for lookups we need a special regexp for them if { [string match "acs-lang.localization-*" $full_key] } { set grepfor "${full_key}|lc_get \[\"\{\]?[string range $message_key [string length "localization-"] end]\[\"\}\]?" } else {