[gnome-2048] Add a FIXME



commit 404a4b6425f005f1d87aeea0a91b90037730ef1f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Sep 19 18:41:01 2015 -0500

    Add a FIXME

 src/application.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/application.vala b/src/application.vala
index 2cbb12b..7fa0938 100644
--- a/src/application.vala
+++ b/src/application.vala
@@ -331,6 +331,7 @@ public class Application : Gtk.Application
 
   private void _create_scores ()
   {
+    // FIXME: The second parameter should be _("Grid Size:") but we're in string freeze.
     _scores_ctx = new Scores.Context ("gnome-2048", "", _window, category_request, 
Scores.Style.PLAIN_DESCENDING);
     _grid4_cat = new Scores.Category ("grid4", "Grid 4 x 4");
     _grid5_cat = new Scores.Category ("grid5", "Grid 5 x 5");


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