[gnome-software] trivial: Explain to the user why the button is time limited



commit 8ce936275b4ebbaa7b054bfbf90b7b4bdde2099e
Author: Richard Hughes <richard hughsie com>
Date:   Wed Feb 10 16:34:51 2016 +0000

    trivial: Explain to the user why the button is time limited

 src/gs-review-dialog.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-review-dialog.c b/src/gs-review-dialog.c
index 7712044..3c5525b 100644
--- a/src/gs-review-dialog.c
+++ b/src/gs-review-dialog.c
@@ -86,7 +86,8 @@ gs_review_dialog_changed_cb (GsReviewDialog *dialog)
        /* require rating, summary and long review */
        buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (dialog->text_view));
        if (dialog->timer_id != 0) {
-               /* display nothing */
+               /* TRANSLATORS: the review can't just be copied and pasted */
+               msg = _("Please take more time writing the review");
                all_okay = FALSE;
        } else if (gs_star_widget_get_rating (GS_STAR_WIDGET (dialog->star)) == 0) {
                /* TRANSLATORS: the review is not acceptable */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]