diff --git a/src/www/js/CalendarEditor.js b/src/www/js/CalendarEditor.js index 22b9474..96befe7 100644 --- a/src/www/js/CalendarEditor.js +++ b/src/www/js/CalendarEditor.js @@ -1038,7 +1038,7 @@ Dragonfly.Calendar.CalendarInvitationPopup.prototype.deleteClicked = function (e var d = Dragonfly; var loc = new d.Location ({ tab: 'mail', conversation: this.invite.convId, message: this.invite.bongoId }); - d.notify (_('genericSavingChanges'), true); + d.notify (_('Saving changes...'), true); d.request ('POST', loc, { method: 'delete' }).addCallbacks ( bind ('disposeAndReload', this), bind ('showError', this)); @@ -1049,7 +1049,7 @@ Dragonfly.Calendar.CalendarInvitationPopup.prototype.junkClicked = function (evt var d = Dragonfly; var loc = new d.Location ({ tab: 'mail', conversation: this.invite.convId, message: this.invite.bongoId }); - d.notify (_('genericSavingChanges'), true); + d.notify (_('Saving changes...'), true); d.request ('POST', loc, { method: 'junk' }).addCallbacks ( bind ('disposeAndReload', this), bind ('showError', this)); @@ -1059,7 +1059,7 @@ Dragonfly.Calendar.CalendarInvitationPopup.prototype.ignoreClicked = function (e { var d = Dragonfly; var loc = new d.Location ({ tab: 'mail', conversation: this.invite.convId, message: this.invite.bongoId }); - d.notify (_('genericSavingChanges'), true); + d.notify (_('Saving changes...'), true); var req = d.request ('POST', loc, { method: 'archive' }).addCallbacks ( bind ('disposeAndReload', this), bind ('showError', this)); diff --git a/src/www/js/Composer.js b/src/www/js/Composer.js index d2af4a8..83df0cd 100644 --- a/src/www/js/Composer.js +++ b/src/www/js/Composer.js @@ -154,7 +154,7 @@ Dragonfly.Mail.Composer.prototype.buildHtml = function (html) } } - html.push ('