mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
adds/adapts translation context markers
last nesscessary changes for internationalisation -> Cura Contributes to: issue CURA-116
This commit is contained in:
parent
09cf161b59
commit
ef93524d78
6 changed files with 7 additions and 12 deletions
|
@ -138,7 +138,7 @@ Rectangle {
|
|||
anchors.leftMargin: UM.Theme.sizes.default_margin.width/2
|
||||
font: UM.Theme.fonts.default
|
||||
color: UM.Theme.colors.text
|
||||
text: (!base.printDuration || !base.printDuration.valid) ? "" : catalog.i18nc("@label", "%1 h:m").arg(base.printDuration.getDisplayString(UM.DurationFormat.Short))
|
||||
text: (!base.printDuration || !base.printDuration.valid) ? "" : catalog.i18nc("@label h:m (hours:minutes) is added to the expected printtime (%1)", "%1 h:m").arg(base.printDuration.getDisplayString(UM.DurationFormat.Short))
|
||||
}
|
||||
}
|
||||
Item{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue