Skip to content

Commit 2bfeec9

Browse files
authored
Update main.py
1 parent 34a2dde commit 2bfeec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,7 @@ def on_about_action(self, action, param):
13911391
dialog.set_license_type(Gtk.License(Gtk.License.GPL_3_0))
13921392
dialog.set_website("https://github.com/vikdevelop/timer")
13931393
dialog.set_issue_url("https://github.com/vikdevelop/timer/issues")
1394-
dialog.add_credit_section(jT["contributors"], ["Albano Battistella https://github.com/albanobattistella", "Allan Nordhøy https://hosted.weblate.org/user/kingu/", "gallegonovato https://github.com/gallegonovato", "haggen88 https://github.com/haggen88","J. Lavoie https://hosted.weblate.org/user/Edanas", "Kefir2105 https://github.com/Kefir2105", "KenyC https://github.com/KenyC", "linuxmasterclub https://hosted.weblate.org/user/linuxmasterclub/", "rene-coty https://github.com/rene-coty", "Vin https://hosted.weblate.org/user/VinLin", "ViktorOn https://github.com/ViktorOn"])
1394+
dialog.add_credit_section(jT["contributors"], ["Albano Battistella https://github.com/albanobattistella", "Allan Nordhøy https://hosted.weblate.org/user/kingu/", "gallegonovato https://github.com/gallegonovato", "haggen88 https://github.com/haggen88","J. Lavoie https://hosted.weblate.org/user/Edanas", "Kefir2105 https://github.com/Kefir2105", "KenyC https://github.com/KenyC", "linuxmasterclub https://hosted.weblate.org/user/linuxmasterclub/", "rene-coty https://github.com/rene-coty", "Sabri Ünal <libreajans@gmail.com>", "Vin https://hosted.weblate.org/user/VinLin", "ViktorOn https://github.com/ViktorOn"])
13951395
dialog.set_translator_credits(jT["translator_credits"])
13961396
dialog.set_copyright("© 2022 vikdevelop")
13971397
dialog.set_developers(["vikdevelop https://github.com/vikdevelop"])

0 commit comments

Comments
 (0)