mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fixed double ID in qml
This commit is contained in:
parent
fdd8a7bb6c
commit
87364f37a6
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ UM.PreferencesPage
|
|||
}
|
||||
Button
|
||||
{
|
||||
id: pushFreeText //is a button so the user doesn't have te click inconvenientley precise to enable or disable the checkbox
|
||||
id: sendDataText //is a button so the user doesn't have te click inconvenientley precise to enable or disable the checkbox
|
||||
|
||||
//: Display Overhang preference checkbox
|
||||
text: qsTr("Send (anonymous) slice info");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue