Index: openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl 29 Oct 2002 08:14:24 -0000 1.4 +++ openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl 1 Nov 2002 21:16:04 -0000 1.5 @@ -91,6 +91,13 @@ # so present a link back to the page for choosing keys for the next adp file set proceed_url "version-i18n?${proceed_url_export_vars}" set proceed_label "Return to the I18N page for this package" + + # If we are done with message tag replacement, that means we have added new messages + # so reload the cache + if { $replace_tags_p } { + lang::message::cache + } } ad_return_template +