From 0ace341ce3b9c9d99166563f890ae666135f75fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cl=C3=A9ment=20DAVID?= Date: Tue, 24 May 2016 21:40:56 +0200 Subject: [PATCH] CACSD: change title to "Control Systems - CACSD" Change-Id: Idd34cfab55b2943521f843717967a7e3d6228185 --- scilab/modules/cacsd/demos/cacsd.dem.gateway.sce | 2 +- scilab/modules/cacsd/help/en_US/addchapter.sce | 2 +- scilab/modules/cacsd/help/fr_FR/addchapter.sce | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scilab/modules/cacsd/demos/cacsd.dem.gateway.sce b/scilab/modules/cacsd/demos/cacsd.dem.gateway.sce index 8924700..e43acb6 100644 --- a/scilab/modules/cacsd/demos/cacsd.dem.gateway.sce +++ b/scilab/modules/cacsd/demos/cacsd.dem.gateway.sce @@ -6,7 +6,7 @@ function subdemolist = demo_gateway() demopath = get_absolute_file_path("cacsd.dem.gateway.sce"); - add_demo(gettext("CACSD"), demopath + "cacsd.dem.gateway.sce"); + add_demo(gettext("Control Systems - CACSD"), demopath + "cacsd.dem.gateway.sce"); subdemolist = [_("LQG") , "lqg/lqg.dem" _("Mixed-sensitivity") , "mixed.dem" diff --git a/scilab/modules/cacsd/help/en_US/addchapter.sce b/scilab/modules/cacsd/help/en_US/addchapter.sce index 381c61d..12bc79f 100644 --- a/scilab/modules/cacsd/help/en_US/addchapter.sce +++ b/scilab/modules/cacsd/help/en_US/addchapter.sce @@ -10,5 +10,5 @@ // For more information, see the COPYING file which you should have received // along with this program. -add_help_chapter("CACSD (Computer Aided Control Systems Design)",SCI+"/modules/cacsd/help/en_US",%T); +add_help_chapter("Control Systems - CACSD",SCI+"/modules/cacsd/help/en_US",%T); diff --git a/scilab/modules/cacsd/help/fr_FR/addchapter.sce b/scilab/modules/cacsd/help/fr_FR/addchapter.sce index 2e3bc67..1b44647 100644 --- a/scilab/modules/cacsd/help/fr_FR/addchapter.sce +++ b/scilab/modules/cacsd/help/fr_FR/addchapter.sce @@ -10,5 +10,5 @@ // For more information, see the COPYING file which you should have received // along with this program. -add_help_chapter("CACSD (Computer Aided Control Systems Design)",SCI+"/modules/cacsd/help/fr_FR",%T); +add_help_chapter("Systèmes de Contrôle - CACSD",SCI+"/modules/cacsd/help/fr_FR",%T); -- 1.7.9.5