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/Misc/DSUPER.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Misc/DSUPER.js') diff --git a/js/Misc/DSUPER.js b/js/Misc/DSUPER.js index 67b98d9d..3f1bcc1b 100644 --- a/js/Misc/DSUPER.js +++ b/js/Misc/DSUPER.js @@ -13,7 +13,7 @@ function DSUPER() { typ = list(); graphics = arg1.graphics; if ((length(graphics.exprs)==0)) { - warnBlockByUID(arg1.model.label,gettext("Invalid masked block.")); + warnBlockByUID(arg1.model.label,"Invalid masked block."); this.x = arg1; return; } -- cgit