Merge pull request #301 from Erkan-Yilmaz/patch-1

typo
This commit is contained in:
miguelfreitas 2015-08-21 11:41:51 -03:00
commit 937761b41e

View File

@ -271,7 +271,7 @@ function newRtMsg(postData, msg) {
if (parseInt(twisterVersion) <= 93000) { if (parseInt(twisterVersion) <= 93000) {
alert(polyglot.t('error', alert(polyglot.t('error',
{error: 'can\'t handle retwisting of commented retwisted twists with daemon version ' {error: 'can\'t handle retwisting of commented retwisted twists with daemon version '
+ twisterDisplayVersion + ' and below of that. please upgrade it.'} + twisterDisplayVersion + ' and below of that. Please upgrade it.'}
)); ));
return; return;