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:
parent
785e546e9e
commit
326d5219bc
|
@ -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…`"))));
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user