From 6e59e1d4c42cd94111756f300079d4137dc4e811 Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 01:00:53 +0200 Subject: [PATCH] chore(baseline): update installer preparation message in french MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change the estimated time message from '2 à 4 minutes' to 'Encore une à deux minutes' to provide more accurate timing information to users during the FWS installer preparation phase. --- configs/baseline/airootfs/root/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/baseline/airootfs/root/.xinitrc b/configs/baseline/airootfs/root/.xinitrc index c05ca75..78f6968 100644 --- a/configs/baseline/airootfs/root/.xinitrc +++ b/configs/baseline/airootfs/root/.xinitrc @@ -48,7 +48,7 @@ if command -v liveinst >/dev/null 2>&1; then if command -v zenity >/dev/null 2>&1; then tail -f /dev/null | zenity --progress --pulsate --no-cancel \ --title="FWS" \ - --text="Préparation de l'installateur FWS…\n\nAnalyse du matériel et des disques en cours.\nCela peut prendre 2 à 4 minutes, c'est normal." \ + --text="Préparation de l'installateur FWS…\n\nAnalyse du matériel et des disques en cours.\nEncore une à deux minutes, c'est normal." \ --width=420 2>/dev/null & _SPLASH_PID=$! fi