[chronojump] Fix newline on authors



commit 94a2ebb0dcd7395289d647e87461914d96c308cb
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Apr 13 19:06:05 2021 +0200

    Fix newline on authors

 src/constants.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/constants.cs b/src/constants.cs
index 74a8eaaf..d9ce896d 100644
--- a/src/constants.cs
+++ b/src/constants.cs
@@ -47,7 +47,7 @@ public class Constants
                        return new String []{
                                "Arnau-Lenin Gols <arnau lenin sobtec cat>, 2020-2021" +
                                        "\n\t" + Catalog.GetString("Full Stack developer."),
-                               "Max Ros Morejón <mros33 gmail com>, 2019-2020" +
+                               "\nMax Ros Morejón <mros33 gmail com>, 2019-2020" +
                                        "\n\t" + Catalog.GetString("Django developer."),
                                "\nMarcos Venteo <mventeo gmail com>, 2017-2018" +
                                        "\n\t" + Catalog.GetString("Django migration."),


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