mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Use 'try again' as button text if the first attempt failed
Contributes to issue CURA-8609.
This commit is contained in:
parent
c2057c94db
commit
5b14792c76
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ Window
|
|||
{
|
||||
id: syncButton
|
||||
anchors.right: parent.right
|
||||
text: catalog.i18nc("@button", "Sync")
|
||||
text: (typeof syncModel !== "undefined" && syncModel.exportUploadStatus == "error") ? catalog.i18nc("@button", "Try again") : catalog.i18nc("@button", "Sync")
|
||||
onClicked: syncModel.exportUpload()
|
||||
visible:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue