diff --git a/src/timeline/TimelineView.qml b/src/timeline/TimelineView.qml index 9902b6987..5fe3c9883 100644 --- a/src/timeline/TimelineView.qml +++ b/src/timeline/TimelineView.qml @@ -282,7 +282,7 @@ QQC2.ScrollView { Kirigami.PlaceholderMessage { anchors.centerIn: parent width: parent.width - (Kirigami.Units.largeSpacing * 4) - text: i18n("Drag items here to share them") + text: i18nc("@info:placeholder", "Drag items here to share them") } }