mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Change copy of "Your are in sync with your account"
to "Account synced" Don't think the duplication I found is necessary, but I don't dare to deduplicate it as I found some logic inconsistencies CURA-7418
This commit is contained in:
parent
60e38402fb
commit
6a02abefcd
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ Row // Sync state icon + message
|
|||
name: "up_to_date"
|
||||
when: syncState == Cura.AccountSyncState.SUCCESS
|
||||
PropertyChanges { target: icon; source: UM.Theme.getIcon("checked") }
|
||||
PropertyChanges { target: stateLabel; text: catalog.i18nc("@label", "You are in sync with your account")}
|
||||
PropertyChanges { target: stateLabel; text: catalog.i18nc("@label", "Account synced")}
|
||||
},
|
||||
State
|
||||
{
|
||||
|
@ -80,7 +80,7 @@ Row // Sync state icon + message
|
|||
Label
|
||||
{
|
||||
id: stateLabel
|
||||
text: catalog.i18nc("@state", catalog.i18nc("@label", "You are in sync with your account"))
|
||||
text: catalog.i18nc("@state", catalog.i18nc("@label", "Account synced"))
|
||||
color: UM.Theme.getColor("text")
|
||||
font: UM.Theme.getFont("medium")
|
||||
renderType: Text.NativeRendering
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue