chore(baseline): update installer preparation message in french

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.
This commit is contained in:
2026-07-04 01:00:53 +02:00
parent 3a5efffc61
commit 6e59e1d4c4
+1 -1
View File
@@ -48,7 +48,7 @@ if command -v liveinst >/dev/null 2>&1; then
if command -v zenity >/dev/null 2>&1; then if command -v zenity >/dev/null 2>&1; then
tail -f /dev/null | zenity --progress --pulsate --no-cancel \ tail -f /dev/null | zenity --progress --pulsate --no-cancel \
--title="FWS" \ --title="FWS" \
--text="<b>Préparation de l'installateur FWS…</b>\n\nAnalyse du matériel et des disques en cours.\nCela peut prendre 2 à 4 minutes, c'est normal." \ --text="<b>Préparation de l'installateur FWS…</b>\n\nAnalyse du matériel et des disques en cours.\nEncore une à deux minutes, c'est normal." \
--width=420 2>/dev/null & --width=420 2>/dev/null &
_SPLASH_PID=$! _SPLASH_PID=$!
fi fi