From 84629d1b6c30718b3b8d474357a6a3ac576e991f Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sun, 28 Dec 2014 00:50:54 +0200 Subject: [PATCH] Clarify a comment and correct its spelling Change-Id: Idd1334d60822a1bfaae2354bca6cb277016f81f7 --- modules/ve-mw/ui/dialogs/ve.ui.MWSaveDialog.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/ve-mw/ui/dialogs/ve.ui.MWSaveDialog.js b/modules/ve-mw/ui/dialogs/ve.ui.MWSaveDialog.js index 2af2be0cec..fd4909375b 100644 --- a/modules/ve-mw/ui/dialogs/ve.ui.MWSaveDialog.js +++ b/modules/ve-mw/ui/dialogs/ve.ui.MWSaveDialog.js @@ -471,8 +471,9 @@ ve.ui.MWSaveDialog.prototype.getSetupProcess = function ( data ) { this.actions.forEach( { actions: 'save' }, function ( action ) { action.setLabel( ve.msg( - // TODO: Actually populate this.resotring with information, right now it is - // always false because of an oversight when migrating this code from init + // TODO: Actually populate this.restoring with information. Right now it is + // always false because of an oversight when migrating this code from init. + // Possible messages: // visualeditor-savedialog-label-restore, visualeditor-savedialog-label-save 'visualeditor-savedialog-label-' + ( this.restoring ? 'restore' : 'save' ) )