[gnome-2048] Add another FIXME



commit 8937b062119730d181a180502a24cd7ae544171e
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Sep 19 18:42:21 2015 -0500

    Add another FIXME

 src/application.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/application.vala b/src/application.vala
index 7fa0938..09be6d9 100644
--- a/src/application.vala
+++ b/src/application.vala
@@ -333,6 +333,7 @@ public class Application : Gtk.Application
   {
     // 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);
+    // FIXME: The category names should be marked for translation and use the × character.
     _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]