Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html 11 Nov 2005 20:32:43 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html 25 Feb 2007 19:06:16 -0000 1.3 @@ -29,7 +29,7 @@ function onOK() { var el = document.getElementById("f_name"); if (!el.value) { - alert("You must enter a Name"); + alert(HTMLArea._lc("You must enter a Name","Forms")); el.focus(); return false; }