Change "Rating" to "Your rating"

This commit is contained in:
Jaime van Kessel 2018-12-17 15:21:48 +01:00
parent 9814deaeab
commit 53da111617

View file

@ -88,7 +88,7 @@ Item
height: childrenRect.height
Label
{
text: catalog.i18nc("@label", "Rating") + ":"
text: catalog.i18nc("@label", "Your rating") + ":"
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text_medium")
renderType: Text.NativeRendering