[gnome-2048] Fix previous commit.



commit 914a4819dc77552fd692f72adeeaf7baa987ca34
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Jan 2 13:39:12 2020 +0100

    Fix previous commit.

 src/game-window.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/game-window.vala b/src/game-window.vala
index d81484b..c97a151 100644
--- a/src/game-window.vala
+++ b/src/game-window.vala
@@ -505,7 +505,7 @@ private class GameWindow : ApplicationWindow
 
 
                            /* Translators: text crediting a maintainer, seen in the About dialog; the %u are 
replaced with the years of start and end */
-                           _("Copyright \xc2\xa9 %u-%u – Arnaud Bonatti").printf (2019, 2020),
+                           _("Copyright \xc2\xa9 %u-%u – Arnaud Bonatti").printf (2016, 2020),
 
                            "wrap-license", true,
                            "authors", authors,


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