From 91558632181a6ed9cd02ff4af1585f01220d36d2 Mon Sep 17 00:00:00 2001 From: Carlos Doro Neto <carlos.neto@ess.eu> Date: Mon, 30 Jan 2023 15:56:47 +0100 Subject: [PATCH] EMU: Improve text for limit switches direction --- 99-Shared/emumotion/ecmcOneAxisOperator.bob | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/99-Shared/emumotion/ecmcOneAxisOperator.bob b/99-Shared/emumotion/ecmcOneAxisOperator.bob index 35e0280..c8880fb 100644 --- a/99-Shared/emumotion/ecmcOneAxisOperator.bob +++ b/99-Shared/emumotion/ecmcOneAxisOperator.bob @@ -266,14 +266,14 @@ </widget> <widget type="label" version="2.0.0"> <name>HLS</name> - <text>High Limit Switch</text> + <text>Inserted (High LS)</text> <x>50</x> <y>20</y> <width>130</width> </widget> <widget type="label" version="2.0.0"> <name>LLS</name> - <text>Low Limit Switch</text> + <text>Extracted (Low LS)</text> <x>50</x> <y>50</y> <width>130</width> -- GitLab