Skip to content

Commit b68f19d

Browse files
author
Open Lowcode SAS
committed
Adding a correction in one case for issue #46
1 parent 978311d commit b68f19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/openlowcode/design/data/properties/basic/LinkedFromChildren.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ public void generateWidgetCode(SourceGenerator sg, Module module, String locatio
365365

366366
if (linkedfromchildren.getChildObject().getCategoryForExtractor() == null) {
367367
sg.wl(" SActionButton exportchildrenfor" + linknameshortname
368-
+ "button = new SActionButton(\"Export children to File\",exportchildrenfor"
368+
+ "button = new SActionButton(\"Export Loadable File\",exportchildrenfor"
369369
+ linknameshortname + ",true,this); ");
370370
sg.wl(" childrenactionbandfor" + childclassattribute + ".addElement(exportchildrenfor"
371371
+ linknameshortname + "button); ");

0 commit comments

Comments
 (0)