From f89271e96a47555b02447fd7a8690622fc05d3e8 Mon Sep 17 00:00:00 2001 From: Sascha Heckmann Date: Tue, 7 Oct 2025 10:24:37 +0200 Subject: [PATCH] Update after review Timon --- .../content/tutorials/basicmechanisms/macromodules/guidesign.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mevislab.github.io/content/tutorials/basicmechanisms/macromodules/guidesign.md b/mevislab.github.io/content/tutorials/basicmechanisms/macromodules/guidesign.md index 9c15ad725..904f525c3 100644 --- a/mevislab.github.io/content/tutorials/basicmechanisms/macromodules/guidesign.md +++ b/mevislab.github.io/content/tutorials/basicmechanisms/macromodules/guidesign.md @@ -164,7 +164,7 @@ Window MyWindowName { title = "Title of my Box" } Label MyLabel { - title = "This is a label below the box" + title = "This is a label beside the box" } } }