HaikuDepot: Fix Label on User Rating

Resolves #11639

Change-Id: I45d3952d1dd0fc998cf589b5180c0a81ab1f63b6
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2501
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Andrew Lindesay
2020-04-20 07:15:44 +00:00
parent ef78f1eda0
commit eaf026de4a
+1 -1
View File
@@ -262,7 +262,7 @@ RatePackageWindow::RatePackageWindow(BWindow* parent, BRect frame,
}
fRatingActiveCheckBox = new BCheckBox("rating active",
B_TRANSLATE("Other users can see this rating"),
B_TRANSLATE("This rating is visible to other users"),
new BMessage(MSG_RATING_ACTIVE_CHANGED));
// Hide the check mark by default, it will be made visible when
// the user already made a rating and it is loaded