HaikuDepot: Fixed outrageous lie.
This commit is contained in:
@@ -149,10 +149,11 @@ void
|
|||||||
RatePackageWindow::_SendRating()
|
RatePackageWindow::_SendRating()
|
||||||
{
|
{
|
||||||
// TODO: Implement...
|
// TODO: Implement...
|
||||||
BAlert* alert = new BAlert("Not implemented",
|
BAlert* alert = new BAlert(B_TRANSLATE("Not implemented"),
|
||||||
"Sorry, the web application is not yet finished and "
|
B_TRANSLATE("Sorry, while the web application would already support "
|
||||||
"this functionality is not implemented.",
|
"storing your rating, HaikuDepot was not yet updated to use "
|
||||||
"Thanks for telling me after I typed all this!");
|
"this functionality."),
|
||||||
|
B_TRANSLATE("Thanks for telling me after I typed all this!"));
|
||||||
alert->Go(NULL);
|
alert->Go(NULL);
|
||||||
|
|
||||||
PostMessage(B_QUIT_REQUESTED);
|
PostMessage(B_QUIT_REQUESTED);
|
||||||
|
|||||||
Reference in New Issue
Block a user