Changeset 1223
- Timestamp:
- 11/10/09 00:20:23 (3 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1222 r1223 2126 2126 statusBar.appendChild(statusBarTree); 2127 2127 var statusBarTextMode = document.createElement("span"); 2128 statusBarTextMode.innerHTML = Xinha.htmlEncode(Xinha._lc("You are in TEXT MODE. Use the [ [<>] button to switch back to WYSIWYG."));2128 statusBarTextMode.innerHTML = Xinha.htmlEncode(Xinha._lc("You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.")); 2129 2129 statusBarTextMode.style.display = "none"; 2130 2130
