Changeset 108
- Timestamp:
- 05/03/05 16:37:33 (8 years ago)
- Files:
-
- 1 modified
-
trunk/htmlarea.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.js
r103 r108 4607 4607 if(typeof HTMLArea._lc_catalog[context][string] == 'undefined') 4608 4608 { 4609 return string; // Indicate it's untranslated 4609 if(context=='HTMLArea') 4610 { 4611 return string; // Indicate it's untranslated 4612 } 4613 else 4614 { 4615 //if string is not found and context is not HTMLArea try if it is in HTMLArea 4616 return HTMLArea._lc(string, 'HTMLArea'); 4617 } 4610 4618 } 4611 4619 else
