From c11ff2ebf622baf409d3997c75d4987a57a8c14e Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Mon, 2 May 2022 15:11:51 +0200 Subject: [PATCH] Add context to "By" string, lots of questions from the translators about this one. --- plugins/Marketplace/resources/qml/PackageCardHeader.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Marketplace/resources/qml/PackageCardHeader.qml b/plugins/Marketplace/resources/qml/PackageCardHeader.qml index 8e25e5c64c..fb5bf4d019 100644 --- a/plugins/Marketplace/resources/qml/PackageCardHeader.qml +++ b/plugins/Marketplace/resources/qml/PackageCardHeader.qml @@ -160,7 +160,7 @@ Item id: authorBy Layout.alignment: Qt.AlignCenter - text: catalog.i18nc("@label", "By") + text: catalog.i18nc("@label Is followed by the name of an author", "By") font: UM.Theme.getFont("default") color: UM.Theme.getColor("text") }