Add context to "By" string, lots of questions from the translators about this one.

This commit is contained in:
j.delarago 2022-05-02 15:11:51 +02:00
parent 0993e486f1
commit c11ff2ebf6

View file

@ -160,7 +160,7 @@ Item
id: authorBy id: authorBy
Layout.alignment: Qt.AlignCenter 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") font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text") color: UM.Theme.getColor("text")
} }