From 17377d3b9f42bf43f6b30462717e6374e7ac964d Mon Sep 17 00:00:00 2001 From: Erkan Yilmaz Date: Fri, 21 Aug 2015 15:47:44 +0200 Subject: [PATCH] typo --- js/twister_actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/twister_actions.js b/js/twister_actions.js index e6b6061..4da3eec 100644 --- a/js/twister_actions.js +++ b/js/twister_actions.js @@ -271,7 +271,7 @@ function newRtMsg(postData, msg) { if (parseInt(twisterVersion) <= 93000) { alert(polyglot.t('error', {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;