From: Leo-Andres Hofmann Date: Fri, 18 Nov 2022 10:49:15 +0000 (+0100) Subject: Rename misleading "check filesystem" reboot option X-Git-Tag: v2.27-core172~140 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=32fcdf45e4bdd079506fbf148ce486d3a1c13bde Rename misleading "check filesystem" reboot option Some users assume that "check filesystem" does more than just trigger a simple "fsck" run. This patch changes the button label to avoid confusion. Signed-off-by: Leo-Andres Hofmann Reviewed-by: Bernhard Bitsch --- diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index db7d117b09..110e4ccba8 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -2144,7 +2144,7 @@ 'real address' => 'Reale Addresse', 'reboot' => 'Neustart', 'reboot ask' => 'Neustart?', -'reboot fsck' => 'Neustart & Dateisystem-Test', +'reboot fsck' => 'Neustart & ‘fsck’ ausführen', 'reboot question' => 'Extra Abfrage bei neustart und herunterfahren einschalten', 'reboot schedule' => 'Zeitsteuerung für IPFire Neustarts', 'reboot sure' => 'Sind Sie sicher, dass Sie neustarten wollen?', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 60dca5be40..004c64b6af 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -2198,7 +2198,7 @@ 'real address' => 'Real Address', 'reboot' => 'Reboot', 'reboot ask' => 'Reboot?', -'reboot fsck' => 'Reboot & check filesystem', +'reboot fsck' => 'Reboot & run ‘fsck’', 'reboot question' => 'Extra query for restart and shutdown', 'reboot schedule' => 'Schedule IPFire reboots', 'reboot sure' => 'Are you sure that you want to reboot?', diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl index a1643557ec..e46c4fa460 100644 --- a/langs/fr/cgi-bin/fr.pl +++ b/langs/fr/cgi-bin/fr.pl @@ -2206,7 +2206,7 @@ 'real address' => 'Adresse réelle', 'reboot' => 'Redémarrer', 'reboot ask' => 'Redémarrage ?', -'reboot fsck' => 'Redémarrer et vérifier le système de fichier', +'reboot fsck' => 'Redémarrer et exécuter ‘fsck’', 'reboot question' => 'Requête supplémentaire pour le redémarrage et l\'arrêt', 'reboot schedule' => 'Redémarrages planifiées d\'IPFire', 'reboot sure' => 'Etes-vous sûr de vouloir redémarrer ?',