diff options
author | siddhu8990 | 2017-05-04 20:07:20 +0530 |
---|---|---|
committer | siddhu8990 | 2017-05-04 20:07:20 +0530 |
commit | 5f17dffbfa6d84aee23f7946cfa95e9e5c9995b7 (patch) | |
tree | 9c40edea8cb8a8e8f78f2823a5a54855bcaf6447 /2.3-1/builder.sce | |
parent | 472b2e7ebbd2d8b3ecd00b228128aa8a0bd3f920 (diff) | |
download | Scilab2C-5f17dffbfa6d84aee23f7946cfa95e9e5c9995b7.tar.gz Scilab2C-5f17dffbfa6d84aee23f7946cfa95e9e5c9995b7.tar.bz2 Scilab2C-5f17dffbfa6d84aee23f7946cfa95e9e5c9995b7.zip |
Toolbox working with scilab 6.0
Diffstat (limited to '2.3-1/builder.sce')
-rw-r--r-- | 2.3-1/builder.sce | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |