mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Use non breaking spaces for names on about page (#4025)
* use non breaking spaces for names on about page * Update qt/aqt/about.py Co-authored-by: llama <gh@siid.sh> --------- Co-authored-by: llama <gh@siid.sh>
This commit is contained in:
parent
ec513dfde7
commit
8694b3b410
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ def show(mw: aqt.AnkiQt) -> QDialog:
|
|||
)
|
||||
)
|
||||
|
||||
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