summaryrefslogtreecommitdiff
path: root/2.3-1/builder.sce
diff options
context:
space:
mode:
Diffstat (limited to '2.3-1/builder.sce')
-rw-r--r--2.3-1/builder.sce2
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';