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