Browse Source

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

typo
master
miguelfreitas 9 years ago
parent
commit
937761b41e
  1. 2
      js/twister_actions.js

2
js/twister_actions.js

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

Loading…
Cancel
Save