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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user