From c7221247f2cee366aead0827e0b87fb1a5f6e3ea Mon Sep 17 00:00:00 2001 From: nocode Date: Tue, 7 Jul 2026 02:46:20 +0200 Subject: [PATCH] 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. --- configs/releng/airootfs/usr/local/bin/fws-about | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/releng/airootfs/usr/local/bin/fws-about b/configs/releng/airootfs/usr/local/bin/fws-about index 223db89..07e0183 100755 --- a/configs/releng/airootfs/usr/local/bin/fws-about +++ b/configs/releng/airootfs/usr/local/bin/fws-about @@ -114,7 +114,7 @@ def _project_tab(osr): title.set_markup(f"{name}") 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)