mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-09 23:07:50 -06:00
Add internationalisation for ChangeLog plug-in
Some of these strings were not translated. Contributes to issue CURA-1190.
This commit is contained in:
parent
a056ddc885
commit
a60f63c71b
1 changed files with 8 additions and 3 deletions
|
@ -12,8 +12,8 @@ UM.Dialog
|
|||
{
|
||||
id: base
|
||||
minimumWidth: 400
|
||||
minimumHeight: 300;
|
||||
title: "Changelog"
|
||||
minimumHeight: 300
|
||||
title: catalog.i18nc("@label", "Changelog")
|
||||
|
||||
ScrollView
|
||||
{
|
||||
|
@ -28,8 +28,13 @@ UM.Dialog
|
|||
}
|
||||
Button
|
||||
{
|
||||
UM.I18nCatalog
|
||||
{
|
||||
id: catalog
|
||||
name: "cura"
|
||||
}
|
||||
anchors.bottom:parent.bottom
|
||||
text: "close"
|
||||
text: catalog.i18nc("@action:button", "Close")
|
||||
onClicked: base.hide()
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue