[haiku-commits] haiku: hrev47606 - src/apps/haikudepot

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 30 Jul 2014 22:24:50 +0200 (CEST)

hrev47606 adds 1 changeset to branch 'master'
old head: 2a740449bb933a8d9939b80472f70da655bd8688
new head: e995976d4dec9cf8721365ec10700295a33756aa
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=e995976+%5E2a74044

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

e995976: HaikuDepot: Fixed outrageous lie.

                                      [ Stephan Aßmus <superstippi@xxxxxx> ]

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

Revision:    hrev47606
Commit:      e995976d4dec9cf8721365ec10700295a33756aa
URL:         http://cgit.haiku-os.org/haiku/commit/?id=e995976
Author:      Stephan Aßmus <superstippi@xxxxxx>
Date:        Wed Jul 30 20:25:02 2014 UTC

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

1 file changed, 5 insertions(+), 4 deletions(-)
src/apps/haikudepot/RatePackageWindow.cpp | 9 +++++----

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

diff --git a/src/apps/haikudepot/RatePackageWindow.cpp 
b/src/apps/haikudepot/RatePackageWindow.cpp
index 19fefe6..ecf92b0 100644
--- a/src/apps/haikudepot/RatePackageWindow.cpp
+++ b/src/apps/haikudepot/RatePackageWindow.cpp
@@ -149,10 +149,11 @@ void
 RatePackageWindow::_SendRating()
 {
        // TODO: Implement...
-       BAlert* alert = new BAlert("Not implemented",
-               "Sorry, the web application is not yet finished and "
-               "this functionality is not implemented.",
-               "Thanks for telling me after I typed all this!");
+       BAlert* alert = new BAlert(B_TRANSLATE("Not implemented"),
+               B_TRANSLATE("Sorry, while the web application would already 
support "
+               "storing your rating, HaikuDepot was not yet updated to use "
+               "this functionality."),
+               B_TRANSLATE("Thanks for telling me after I typed all this!"));
        alert->Go(NULL);
 
        PostMessage(B_QUIT_REQUESTED);


Other related posts:

  • » [haiku-commits] haiku: hrev47606 - src/apps/haikudepot - superstippi