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:
@@ -114,7 +114,7 @@ def _project_tab(osr):
|
|||||||
title.set_markup(f"<span size='xx-large' weight='bold'>{name}</span>")
|
title.set_markup(f"<span size='xx-large' weight='bold'>{name}</span>")
|
||||||
box.pack_start(title, False, False, 0)
|
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 "
|
"Windows : bureau prêt à l'emploi, jeux, VR et "
|
||||||
"compatibilité applicative.")
|
"compatibilité applicative.")
|
||||||
tag.set_line_wrap(True)
|
tag.set_line_wrap(True)
|
||||||
|
|||||||
Reference in New Issue
Block a user