Fix i18n call

GIT_SILENT
This commit is contained in:
David Redondo 2021-04-27 08:58:35 +02:00
parent 27299d1405
commit d59fe4e07a

View File

@ -303,7 +303,7 @@ PinchArea { // TODO KF6 switch to Item
Layout.bottomMargin: PlasmaCore.Units.smallSpacing
PlasmaComponents3.TabButton {
text: i18nc("libplasma5", "Days");
text: i18nd("libplasma5", "Days");
onClicked: root.showMonthView();
display: PlasmaComponents3.AbstractButton.TextOnly
}