fix(fws-about): update distribution description to be more generic

Change the description from "Une distribution Arch Linux" to "Une distribution Linux" to better reflect the project's identity and avoid limiting it to Arch Linux specifically.
This commit is contained in:
2026-07-07 02:46:20 +02:00
parent 57f86ef5f7
commit c7221247f2
@@ -114,7 +114,7 @@ def _project_tab(osr):
title.set_markup(f"<span size='xx-large' weight='bold'>{name}</span>")
box.pack_start(title, False, False, 0)
tag = Gtk.Label(label="Une distribution Arch Linux pensée pour remplacer "
tag = Gtk.Label(label="Une distribution Linux pensée pour remplacer "
"Windows : bureau prêt à l'emploi, jeux, VR et "
"compatibilité applicative.")
tag.set_line_wrap(True)