This commit is contained in:
Erkan Yilmaz 2015-08-21 15:47:44 +02:00
parent e6d75795eb
commit 17377d3b9f

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;