make text translatable

pull/5/head
Michail Vourlakos 6 years ago
parent 9f1b284f64
commit d9a2e4c948

@ -79,7 +79,7 @@ Item {
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top anchors.top: parent.top
text: "Rearrange and configure your widgets" text: i18n("Rearrange and configure your widgets")
tooltip: i18n("Feel free to move around your widgets and configure them from their tooltips") tooltip: i18n("Feel free to move around your widgets and configure them from their tooltips")
reverseIcon: plasmoid.location === PlasmaCore.Types.RightEdge reverseIcon: plasmoid.location === PlasmaCore.Types.RightEdge

Loading…
Cancel
Save