1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(UI): make link in About setting page point to all contributors

Github shows only top 100 contributors, so point to an automatically
generated from qTox source page with all contributors shown.

Fix #3898.
This commit is contained in:
Zetok Zalbavar 2016-12-18 02:57:22 +00:00
parent 785e546e9e
commit 326d5219bc
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -140,7 +140,7 @@ void AboutForm::replaceVersions()
.arg(createLink("https://github.com/tux3", "tux3")))
.arg(tr("See a full list of %1 at Github",
"`%1` is replaced with translation of word `contributors`")
.arg(createLink("https://github.com/qTox/qTox/graphs/contributors",
.arg(createLink("https://qtox.github.io/gitstats/authors.html",
tr("contributors",
"Replaces `%1` in `See a full list of…`"))));