Fix i18n call
GIT_SILENT
This commit is contained in:
parent
27299d1405
commit
d59fe4e07a
@ -303,7 +303,7 @@ PinchArea { // TODO KF6 switch to Item
|
|||||||
Layout.bottomMargin: PlasmaCore.Units.smallSpacing
|
Layout.bottomMargin: PlasmaCore.Units.smallSpacing
|
||||||
|
|
||||||
PlasmaComponents3.TabButton {
|
PlasmaComponents3.TabButton {
|
||||||
text: i18nc("libplasma5", "Days");
|
text: i18nd("libplasma5", "Days");
|
||||||
onClicked: root.showMonthView();
|
onClicked: root.showMonthView();
|
||||||
display: PlasmaComponents3.AbstractButton.TextOnly
|
display: PlasmaComponents3.AbstractButton.TextOnly
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user