Merge pull request #923 from axllent/master

Fix typo in ONLYSELECTTWO alert
This commit is contained in:
Will Rossiter 2014-01-13 20:58:43 -08:00
commit c6082827dc

View File

@ -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();