mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
Update qt/aqt/about.py
Co-authored-by: llama <gh@siid.sh>
This commit is contained in:
parent
a180783ea4
commit
961d5b9700
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ def show(mw: aqt.AnkiQt) -> QDialog:
|
|||
)
|
||||
)
|
||||
|
||||
allusers = [user.replace(" ", " ") for user in allusers]
|
||||
allusers = [user.replace(" ", " ") for user in allusers]
|
||||
abouttext += "<p>" + tr.about_written_by_damien_elmes_with_patches(
|
||||
cont=", ".join(allusers) + f", {tr.about_and_others()}"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue