Fix typo in ONLYSELECTTWO alert

This commit is contained in:
axllent 2014-01-14 13:40:06 +13:00
parent 07033548fc
commit c043d070f7

View File

@ -132,7 +132,7 @@
else if(compare) { else if(compare) {
// check if we have already selected more than two. // check if we have already selected more than two.
if(selected.length > 1) { 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(); this._select();