public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] correct wrong headline at hardwaregraphs.cgi
@ 2017-11-24 19:32 Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2017-11-24 19:32 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 804 bytes --]

The page description (title and headline) should print
"hardware graphs" instead of only mentioning HDDs.

Signed-off-by: Peter Müller <peter.mueller(a)link38.eu>
---
 html/cgi-bin/hardwaregraphs.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/cgi-bin/hardwaregraphs.cgi b/html/cgi-bin/hardwaregraphs.cgi
index 7b5a848bf..f5999c87e 100644
--- a/html/cgi-bin/hardwaregraphs.cgi
+++ b/html/cgi-bin/hardwaregraphs.cgi
@@ -73,7 +73,7 @@ if ( $querry[0] =~ "hwtemp"){
 	&Graphs::updatehddgraph($querry[0],$querry[1]);
 }else{
 	&Header::showhttpheaders();
-	&Header::openpage($Lang::tr{'harddisk temperature graphs'}, 1, '');
+	&Header::openpage($Lang::tr{'hardware graphs'}, 1, '');
 	&Header::openbigbox('100%', 'left');
 
 	&Header::getcgihash(\%sensorsettings);
-- 
2.13.6



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] correct wrong headline at hardwaregraphs.cgi
       [not found] <CACcs0dTFuGVkiE5etrk-v+XU456WrqnrvZ1XVJjG5aBJ+ioShw@mail.gmail.com>
@ 2017-11-27 17:02 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2017-11-27 17:02 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]

Hello,

yes, but I thought it should print at least the right redundancy. :-)

Best regards,
Peter Müller

> The word "Graph" in the titles of all the graphs is redundant  (at least in
> English grammar). Its pretty apparent we are looking at a graph. :)
> 
> On Nov 24, 2017 11:33 AM, "Peter Müller" <peter.mueller(a)link38.eu> wrote:
> 
> > The page description (title and headline) should print
> > "hardware graphs" instead of only mentioning HDDs.
> >
> > Signed-off-by: Peter Müller <peter.mueller(a)link38.eu>
> > ---
> >  html/cgi-bin/hardwaregraphs.cgi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/html/cgi-bin/hardwaregraphs.cgi
> > b/html/cgi-bin/hardwaregraphs.cgi
> > index 7b5a848bf..f5999c87e 100644
> > --- a/html/cgi-bin/hardwaregraphs.cgi
> > +++ b/html/cgi-bin/hardwaregraphs.cgi
> > @@ -73,7 +73,7 @@ if ( $querry[0] =~ "hwtemp"){
> >         &Graphs::updatehddgraph($querry[0],$querry[1]);
> >  }else{
> >         &Header::showhttpheaders();
> > -       &Header::openpage($Lang::tr{'harddisk temperature graphs'}, 1,
> > '');
> > +       &Header::openpage($Lang::tr{'hardware graphs'}, 1, '');
> >         &Header::openbigbox('100%', 'left');
> >
> >         &Header::getcgihash(\%sensorsettings);
> > --
> > 2.13.6
> >
> >
> >  


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-27 17:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-24 19:32 [PATCH] correct wrong headline at hardwaregraphs.cgi Peter Müller
     [not found] <CACcs0dTFuGVkiE5etrk-v+XU456WrqnrvZ1XVJjG5aBJ+ioShw@mail.gmail.com>
2017-11-27 17:02 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox