From: Robin Roevens <robin.roevens@disroot.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] Rename misleading "check filesystem" reboot option
Date: Sun, 20 Nov 2022 20:49:10 +0100 [thread overview]
Message-ID: <d468164acc385ae0ce81c4745e54590508b0f2b2.camel@sicho.home> (raw)
In-Reply-To: <799CAA6B-921B-4C5E-8FCC-9F3CEB71FF19@rymes.net>
[-- Attachment #1: Type: text/plain, Size: 4307 bytes --]
Maybe "Check filesystem consistency" is more clear ?
Or just check filesystem like it was and add a clear description on the
wiki page https://wiki.ipfire.org/configuration/system/shutdown
Robin
Tom Rymes schreef op vr 18-11-2022 om 19:15 [-0500]:
> I would argue that this won’t be helpful for anyone. If you are a
> person that reads “check filesystem” and thinks that means “repair
> filesystem”, then you’re a person that’ll read “run fsck” and think
> it means “repair filesystem using fsck.”
>
> My suggestion would be to add another menu option that actually does
> repair things, or to change the name from “check filesystem” to
> “check filesystem (no repairs made)” or something like that.
>
> Tom
>
> > On Nov 18, 2022, at 5:44 PM, Leo-Andres Hofmann
> > <hofmann(a)leo-andres.de> wrote:
> >
> > 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 <bbitsch(a)ipfire.org>
> > >
> > > > 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 <hofmann(a)leo-andres.de>
> > > > ---
> > > > 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 ?',
>
--
Dit bericht is gescanned op virussen en andere gevaarlijke
inhoud door MailScanner en lijkt schoon te zijn.
next prev parent reply other threads:[~2022-11-20 19:49 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-18 10:49 Leo-Andres Hofmann
2022-11-18 12:07 ` Bernhard Bitsch
2022-11-18 22:44 ` Leo-Andres Hofmann
2022-11-19 0:15 ` Tom Rymes
2022-11-20 19:49 ` Robin Roevens [this message]
2022-11-21 11:16 ` Michael Tremer
2022-11-18 15:42 ` [PATCH] Rename misleading "check filesystem" reboot option NL translation Robin Roevens
2022-11-18 18:02 ` Tom Rymes
2022-11-19 11:53 ` Michael Tremer
2022-11-19 12:47 ` Leo-Andres Hofmann
2022-11-19 15:20 ` Tom Rymes
2022-11-19 16:59 ` Adolf Belka
2022-11-21 11:29 ` Michael Tremer
2022-11-21 21:46 ` Robin Roevens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d468164acc385ae0ce81c4745e54590508b0f2b2.camel@sicho.home \
--to=robin.roevens@disroot.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox