From 823b2d3747abfb59b75ae30cdce09b5f19e2e9b4 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Wed, 13 Aug 2025 22:13:59 +0200 Subject: [PATCH] Add translation context --- src/timeline/TimelineView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } }