witten
/
luminotes
Archived
1
0
Fork 0

Emphasizing that signing up for an account in order to post in the forums is free.

This commit is contained in:
Dan Helfman 2008-11-12 15:21:40 -08:00
parent 5a9141f207
commit 69987e08d9
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ Wiki.prototype.create_blank_editor = function ( event ) {
if ( this.notebook.read_write == NOTEBOOK_READ_WRITE_FOR_OWN_NOTES &&
( !this.user.username || this.user.username == "anonymous" ) ) {
this.display_message( 'Please login first. No account? Click "sign up".' );
this.display_message( 'Please login first. No account? Click "sign up" to get a free account.' );
return;
}