Index: openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl,v diff -u -r1.52 -r1.53 --- openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl 27 Oct 2014 16:39:37 -0000 1.52 +++ openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl 27 Jun 2015 16:23:12 -0000 1.53 @@ -705,7 +705,7 @@ @author Peter Marklund } { # Make sure messages are in the cache - cache + lang::message::cache return [nsv_exists lang_message_$locale $key] } @@ -775,7 +775,7 @@ @return A localized piece of text. } { # Make sure messages are in the cache - cache + lang::message::cache # Make sure that a default of "" is transformed into Translation Missing # As per discussion on IRC on 2008-03-06