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