Add translation context

This commit is contained in:
Tobias Fella
2025-08-13 22:13:59 +02:00
parent eb268576da
commit 823b2d3747

View File

@@ -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")
}
}