From 468de187d0ad59613aa73384976b58b78200ae43 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 2 Jul 2018 18:39:11 +0530 Subject: support gettext --- js/Branching/SWITCH2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Branching/SWITCH2.js') diff --git a/js/Branching/SWITCH2.js b/js/Branching/SWITCH2.js index f3b2b4c7..51cb8117 100644 --- a/js/Branching/SWITCH2.js +++ b/js/Branching/SWITCH2.js @@ -31,7 +31,7 @@ function SWITCH2() { exprs = graphics.exprs; model = arg1.model; while (true) { - [ok,this.rule,this.thra,this.nzz,exprs] = scicos_getvalue("Set parameters",[["pass first input if: u2>=a (0), u2>a (1), u2~=a (2)"],["threshold a"],["use zero crossing: yes (1), no (0)"]],list("vec",1,"vec",1,"vec",1),exprs); + [ok,this.rule,this.thra,this.nzz,exprs] = scicos_getvalue("Set parameters",["pass first input if: u2>=a (0), u2>a (1), u2~=a (2)","threshold a","use zero crossing: yes (1), no (0)"],list("vec",1,"vec",1,"vec",1),exprs); if (!ok) { break; } -- cgit