From c043d070f74e846ad4485bf39110846b42b2c8ce Mon Sep 17 00:00:00 2001 From: axllent Date: Tue, 14 Jan 2014 13:40:06 +1300 Subject: [PATCH] Fix typo in ONLYSELECTTWO alert --- javascript/CMSPageHistoryController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/CMSPageHistoryController.js b/javascript/CMSPageHistoryController.js index d441ae8c..185418c7 100644 --- a/javascript/CMSPageHistoryController.js +++ b/javascript/CMSPageHistoryController.js @@ -132,7 +132,7 @@ else if(compare) { // check if we have already selected more than two. if(selected.length > 1) { - return alert(ss.i18n._t('ONLYSELECTTWO', 'Can only compare two versions at at time.')); + return alert(ss.i18n._t('ONLYSELECTTWO', 'You can only compare two versions at this time.')); } this._select();