[gnome-nibbles/wip/vala] Clarify end of game message
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-nibbles/wip/vala] Clarify end of game message
- Date: Sat, 26 Sep 2015 16:00:21 +0000 (UTC)
commit 2a5787082d83da3d4e4bedfac3ba053e7b8afb55
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]