[quadrapassel/revert-183877a5] Revert "Updated the About box"




commit 78bb457a63a0ce18eb32ae341926a32c79e30433
Author: John Ward <john johnward net>
Date:   Thu Sep 10 22:49:27 2020 +0000

    Revert "Updated the About box"
    
    This reverts commit 183877a55ac62c1626f6809005b2b13781b59e4f

 src/quadrapassel.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/quadrapassel.vala b/src/quadrapassel.vala
index dbfeda1..efdfca5 100644
--- a/src/quadrapassel.vala
+++ b/src/quadrapassel.vala
@@ -858,7 +858,7 @@ public class Quadrapassel : Gtk.Application
         Gtk.show_about_dialog (window,
                                "program-name", _("Quadrapassel"),
                                "version", VERSION,
-                               "comments", _("A classic game where you rotate blocks to make complete rows, 
but don't pile your blocks too high or it's game over!"),
+                               "comments", _("A classic game of fitting falling blocks together"),
                                "copyright", "Copyright © 1999 J. Marcin Gorycki, 2000–2015 Others",
                                "license-type", Gtk.License.GPL_2_0,
                                "authors", authors,


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