Index: /trunk/htmlarea.js
===================================================================
--- /trunk/htmlarea.js (revision 103)
+++ /trunk/htmlarea.js (revision 108)
@@ -4607,5 +4607,13 @@
   if(typeof HTMLArea._lc_catalog[context][string] == 'undefined')
   {
-    return string; // Indicate it's untranslated
+    if(context=='HTMLArea')
+    {
+      return string; // Indicate it's untranslated
+    }
+    else
+    {
+      //if string is not found and context is not HTMLArea try if it is in HTMLArea
+      return HTMLArea._lc(string, 'HTMLArea');
+    }
   }
   else
