Improve text message for appending elements
This commit is contained in:
@@ -44,7 +44,7 @@ component ProjectWidget inherits Rectangle {
|
||||
HorizontalLayout {
|
||||
alignment: start;
|
||||
CheckBox {
|
||||
text: "Append elements from project";
|
||||
text: "Append elements from project to existing elements";
|
||||
toggled() => {
|
||||
root.append_project_elements = self.checked;
|
||||
}
|
||||
|
Reference in New Issue
Block a user