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/Sources/CLOCK_f.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Sources/CLOCK_f.js') diff --git a/js/Sources/CLOCK_f.js b/js/Sources/CLOCK_f.js index ca2d5bd3..b76fb219 100644 --- a/js/Sources/CLOCK_f.js +++ b/js/Sources/CLOCK_f.js @@ -63,7 +63,7 @@ function CLOCK_f() { dt_old = model.rpar; model_n = model; while (true) { - [ok,this.dt,this.t0,this.exprs0] = scicos_getvalue("Set Clock block parameters",[["Period"],["Init time"]],list("vec",1,"vec",1),exprs); + [ok,this.dt,this.t0,this.exprs0] = scicos_getvalue("Set Clock block parameters",["Period","Init time"],list("vec",1,"vec",1),exprs); if (!ok) { break; } -- cgit