witten
/
luminotes
Archived
1
0
Fork 0

".. changes have overwritten changes made in another window by" message changed to support blank usernames (demo accounts).

This commit is contained in:
Dan Helfman 2008-07-11 15:02:28 -07:00
parent a2c9cc2fa9
commit 87d57ad7c1
1 changed files with 1 additions and 1 deletions

View File

@ -1498,7 +1498,7 @@ Wiki.prototype.update_editor_revisions = function ( result, editor ) {
} );
this.display_error(
'Your changes to the note titled "' + editor.title +
'" have overwritten changes made in another window by ' + result.previous_revision.username + '.',
'" have overwritten changes made in another window by ' + ( result.previous_revision.username || 'you' ) + '.',
[ compare_button ], editor.iframe
);