[gnome-nibbles] Clarify end of game message
- From: Iulian Radu <iulianradu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-nibbles] Clarify end of game message
- Date: Mon, 26 Oct 2015 00:24:48 +0000 (UTC)
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]