[gnome-2048] Fixed the congrat message translation template (bgo#751583)
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-2048] Fixed the congrat message translation template (bgo#751583)
- Date: Mon, 18 Jan 2016 21:28:04 +0000 (UTC)
commit dfc889fc015a171c7c2a84a16d2cd1b9b85fb2f9
Author: Robert Roth <robert roth off gmail com>
Date: Sat Dec 26 22:24:35 2015 +0200
Fixed the congrat message translation template (bgo#751583)
https://bugzilla.gnome.org/show_bug.cgi?id=751583
src/application.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.vala b/src/application.vala
index 074c1ad..b6de35c 100644
--- a/src/application.vala
+++ b/src/application.vala
@@ -160,7 +160,7 @@ public class Application : Gtk.Application
});
_game.target_value_reached.connect ((s, v) => {
if (_settings.get_boolean ("do-congrat")) {
- string message = @_("You have obtained the $v tile");
+ string message = _("You have obtained the %u tile".printf (v));
_congrats_message.set_text (message);
_congrats_dialog.present ();
_settings.set_boolean ("do-congrat", false);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]