[pitivi] about: Update link and simplify contributors display



commit aad9199e322d01ffa1161df3a9e0dad49d3c4ae6
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Thu Sep 19 23:10:46 2019 +0200

    about: Update link and simplify contributors display

 pitivi/dialogs/about.py | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)
---
diff --git a/pitivi/dialogs/about.py b/pitivi/dialogs/about.py
index ab7b4622..4d05b83b 100644
--- a/pitivi/dialogs/about.py
+++ b/pitivi/dialogs/about.py
@@ -75,19 +75,9 @@ class AboutDialog(Gtk.AboutDialog):
                    "Brandon Lewis <brandon_lewis berkeley edu>",
                    "Jean-François Fortin Tam <nekohayo gmail com>",
                    "",
-                   # Translators: this paragraph is to be translated, the list
-                   # of contributors is shown dynamically as a clickable link
-                   # below it
-                   _("Contributors:\n" +
-                     "A handwritten list here would...\n" +
-                     "• be too long,\n" +
-                     "• be frequently outdated,\n" +
-                     "• not show their relative merit.\n\n" +
-                     "Out of respect for our contributors, we point you instead to:\n"),
-                   # Translators: keep the %s at the end of the 1st line
-                   _("The list of contributors on Ohloh %s\n" +
-                     "Or you can run: git shortlog -s -n")
-                   % "http://ohloh.net/p/pitivi/contributors";, ]
+                   _("Contributors:"),
+                   "https://gitlab.gnome.org/GNOME/pitivi/-/graphs/master";,
+                   ""]
         self.set_authors(authors)
         # Translators: See
         # https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html#gtk-about-dialog-set-translator-credits


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