Changeset 1223

Show
Ignore:
Timestamp:
11/10/09 00:20:23 (3 years ago)
Author:
gogo
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/XinhaCore.js

    r1222 r1223  
    21262126  statusBar.appendChild(statusBarTree); 
    21272127  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.")); 
    21292129  statusBarTextMode.style.display = "none"; 
    21302130