mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Merge remote-tracking branch 'origin/4.0'
This commit is contained in:
commit
4d3211e651
2 changed files with 11 additions and 2 deletions
|
@ -98,7 +98,7 @@ UM.Dialog
|
|||
RadioButton
|
||||
{
|
||||
id: dontSendButton
|
||||
text: catalog.i18nc("@text:window", "I don't want to send these data")
|
||||
text: catalog.i18nc("@text:window", "I don't want to send this data")
|
||||
exclusiveGroup: group
|
||||
onClicked:
|
||||
{
|
||||
|
@ -108,7 +108,7 @@ UM.Dialog
|
|||
RadioButton
|
||||
{
|
||||
id: allowSendButton
|
||||
text: catalog.i18nc("@text:window", "Allow sending these data to Ultimaker and help us improve Cura")
|
||||
text: catalog.i18nc("@text:window", "Allow sending this data to Ultimaker and help us improve Cura")
|
||||
exclusiveGroup: group
|
||||
onClicked:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue