From 5f17dffbfa6d84aee23f7946cfa95e9e5c9995b7 Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Thu, 4 May 2017 20:07:20 +0530 Subject: Toolbox working with scilab 6.0 --- 2.3-1/builder.sce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2.3-1/builder.sce') diff --git a/2.3-1/builder.sce b/2.3-1/builder.sce index 71523a6b..5938a588 100644 --- a/2.3-1/builder.sce +++ b/2.3-1/builder.sce @@ -18,7 +18,7 @@ catch end; // ==================================================================== if ~with_module('development_tools') then - error(msprintf(gettext('%s module not installed."),'development_tools')); + error(msprintf(gettext('%s module not installed.'),'development_tools')); end // ==================================================================== TOOLBOX_NAME = 'scilab2c'; -- cgit