[haiku-commits] haiku: hrev54070 - src/apps/haikudepot/ui

  • From: Andrew Lindesay <apl@xxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 20 Apr 2020 03:19:55 -0400 (EDT)

hrev54070 adds 1 changeset to branch 'master'
old head: ef78f1eda04d9a9397960a7d2be3ed89e2208f85
new head: eaf026de4a9e4994b1c40559dfa600cd5a61ddf1
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=eaf026de4a9e+%5Eef78f1eda04d

----------------------------------------------------------------------------

eaf026de4a9e: 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 <pulkomandy@xxxxxxxxx>

                                    [ Andrew Lindesay <apl@xxxxxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev54070
Commit:      eaf026de4a9e4994b1c40559dfa600cd5a61ddf1
URL:         https://git.haiku-os.org/haiku/commit/?id=eaf026de4a9e
Author:      Andrew Lindesay <apl@xxxxxxxxxxxxxx>
Date:        Mon Apr 20 01:41:36 2020 UTC

Ticket:      https://dev.haiku-os.org/ticket/11639

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/haikudepot/ui/RatePackageWindow.cpp | 2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/haikudepot/ui/RatePackageWindow.cpp 
b/src/apps/haikudepot/ui/RatePackageWindow.cpp
index 8b0e534d4e..d48ca30b80 100644
--- a/src/apps/haikudepot/ui/RatePackageWindow.cpp
+++ b/src/apps/haikudepot/ui/RatePackageWindow.cpp
@@ -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


Other related posts:

  • » [haiku-commits] haiku: hrev54070 - src/apps/haikudepot/ui - Andrew Lindesay