From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo-Andres Hofmann To: development@lists.ipfire.org Subject: Re: [PATCH] Rename misleading "check filesystem" reboot option Date: Fri, 18 Nov 2022 23:44:12 +0100 Message-ID: <5f773d1f-80a8-66d7-d9eb-5c5e41f7bf92@leo-andres.de> In-Reply-To: <59cb17ac-1b9b-df53-7409-9239d44e3ae4@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8284381888623167588==" List-Id: --===============8284381888623167588== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Yes, this is totally cosmetic. In the past, I have noticed a few forum posts where people assumed this button would automatically fix file permissions or even configuration issues. I think the new label is clearer and leaves no room for false expectations. Am 18.11.2022 um 13:07 schrieb Bernhard Bitsch: > I think this are cosmetics. > The new text adds no new information. 'check filesystem' is a synonym > to 'run fsck' in a Linux system, IMHO. > But if it helps some users, we can change this button text. > > Reviewed-by: Bernhard Bitsch > > Am 18.11.2022 um 11:49 schrieb Leo-Andres Hofmann: >> 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 >> --- >>   langs/de/cgi-bin/de.pl | 2 +- >>   langs/en/cgi-bin/en.pl | 2 +- >>   langs/fr/cgi-bin/fr.pl | 2 +- >>   3 files changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl >> index db7d117b0..110e4ccba 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 60dca5be4..004c64b6a 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 a1643557e..e46c4fa46 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 ?', --===============8284381888623167588==--