[gnome-nibbles] Clarify end of game message



commit 5ab29aab7f8e71455075fd41468bc254bfa0886a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Sep 26 10:59:34 2015 -0500

    Clarify end of game message

 src/gnome-nibbles.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-nibbles.vala b/src/gnome-nibbles.vala
index 32d8f22..16ff96e 100644
--- a/src/gnome-nibbles.vala
+++ b/src/gnome-nibbles.vala
@@ -710,7 +710,7 @@ public class Nibbles : Gtk.Application
         score_label.show ();
 
         var points_left = last_score - score;
-        var points_left_label = new Gtk.Label (_("(%d points to reach the leaderboard)").printf 
(points_left));
+        var points_left_label = new Gtk.Label (_("(%d more points to reach the leaderboard)").printf 
(points_left));
         points_left_label.halign = Gtk.Align.CENTER;
         points_left_label.valign = Gtk.Align.START;
         points_left_label.set_margin_top (window_height / 3 + 100);


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