Improve text message for appending elements

This commit is contained in:
Jaby 2025-04-01 17:20:05 +02:00
parent a9801e9fe2
commit 2e6aa8dbe9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}