[dconf-editor] Update copyright info.



commit 313579f88f5c7b5800d45f95f9af586d038970fb
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Jan 2 13:34:51 2020 +0100

    Update copyright info.

 editor/dconf-editor.vala | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/editor/dconf-editor.vala b/editor/dconf-editor.vala
index a9d54fa..55442a1 100644
--- a/editor/dconf-editor.vala
+++ b/editor/dconf-editor.vala
@@ -656,10 +656,25 @@ private class ConfigurationEditor : Gtk.Application, BaseApplication
         comments = _("A graphical viewer and editor of applications’ internal settings.");
 
         artists = {};
-        authors = { "Robert Ancell", "Arnaud Bonatti" };
+        authors = {
+        /* Translators: text crediting a game author, seen in the About dialog */
+            _("Robert Ancell"),
 
-        /* Translators: about dialog text */
-        copyright = _("Copyright \xc2\xa9 2010-2014 – Canonical Ltd\nCopyright \xc2\xa9 2017-2018 – Davi da 
Silva Böger\nCopyright \xc2\xa9 2015-2019 – Arnaud Bonatti");
+
+        /* Translators: text crediting a game author, seen in the About dialog */
+            _("Arnaud Bonatti")
+        };
+
+        /* Translators: text crediting a maintainer, seen in the About dialog */
+        copyright = _("Copyright \xc2\xa9 2010-2014 – Canonical Ltd") + "\n" +
+
+
+        /* Translators: text crediting a maintainer, seen in the About dialog */
+                    _("Copyright \xc2\xa9 2017-2018 – Davi da Silva Böger") + "\n" +
+
+
+        /* 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 (2015, 2020);
 
         documenters = {};
         logo_icon_name = "ca.desrt.dconf-editor";


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