witten
/
luminotes
Archived
1
0
Fork 0

Changing "This notebook is empty." from error to message.

This commit is contained in:
Dan Helfman 2007-09-05 07:37:04 +00:00
parent ce4c49d87e
commit 7bf6d8685f
1 changed files with 1 additions and 1 deletions

View File

@ -834,7 +834,7 @@ Wiki.prototype.display_loaded_notes = function ( result ) {
Wiki.prototype.display_all_notes_list = function ( result ) {
if ( result.notes.length == 0 ) {
this.display_error( "This notebook is empty." );
this.display_message( "This notebook is empty." );
return;
}