mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Make translation a bit easier to get grammatically correct
We should not append translations to each other. That doesn't work in different languages. Contributes to issue CURA-6257.
This commit is contained in:
parent
31c57d0113
commit
04f11e4abf
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Column
|
|||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
renderType: Text.NativeRendering
|
||||
text: catalog.i18nc("@label", "Hi " + profile.username)
|
||||
text: catalog.i18nc("@label The argument is a username.", "Hi %1").format(profile.username)
|
||||
font: UM.Theme.getFont("large_bold")
|
||||
color: UM.Theme.getColor("text")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue