Browse Source

typo

master
Erkan Yilmaz 9 years ago
parent
commit
17377d3b9f
  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