This commit is contained in:
life
2016-07-02 17:47:04 +08:00
parent caa4154d97
commit 6ff692c0d0
2 changed files with 2 additions and 2 deletions

View File

@@ -1819,7 +1819,7 @@ LEA.toggleWriteable = Note.toggleWriteable = function(isFromNewNote) {
var note = me.getCurNote();
if (note) {
if (note.InitSync) {
alert('Waiting for lading content from server');
alert('Waiting for loading content from server');
return;
}
}