* [PATCH] Fix typo in 'html/cgi-bin/logs.cgi/log.dat'
@ 2019-01-08 13:14 Matthias Fischer
2019-01-08 15:44 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2019-01-08 13:14 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 748 bytes --]
Translation string uses capital letter: 'Captive' => 'Captive Portal',
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
html/cgi-bin/logs.cgi/log.dat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat
index f241365a1..153ffb5f0 100644
--- a/html/cgi-bin/logs.cgi/log.dat
+++ b/html/cgi-bin/logs.cgi/log.dat
@@ -78,7 +78,7 @@ my %sections = (
my %trsections = (
'auth' => "$Lang::tr{'loginlogout'}",
'wio' => 'Who Is Online?',
- 'captive' => $Lang::tr{'captive'},
+ 'captive' => $Lang::tr{'Captive'},
'clamav' => 'ClamAV',
'collectd' => 'Collectd',
'cron' => 'Cron',
--
2.18.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix typo in 'html/cgi-bin/logs.cgi/log.dat'
2019-01-08 13:14 [PATCH] Fix typo in 'html/cgi-bin/logs.cgi/log.dat' Matthias Fischer
@ 2019-01-08 15:44 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2019-01-08 15:44 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 918 bytes --]
Thanks
> On 8 Jan 2019, at 13:14, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> Translation string uses capital letter: 'Captive' => 'Captive Portal',
>
> Best,
> Matthias
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> html/cgi-bin/logs.cgi/log.dat | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat
> index f241365a1..153ffb5f0 100644
> --- a/html/cgi-bin/logs.cgi/log.dat
> +++ b/html/cgi-bin/logs.cgi/log.dat
> @@ -78,7 +78,7 @@ my %sections = (
> my %trsections = (
> 'auth' => "$Lang::tr{'loginlogout'}",
> 'wio' => 'Who Is Online?',
> - 'captive' => $Lang::tr{'captive'},
> + 'captive' => $Lang::tr{'Captive'},
> 'clamav' => 'ClamAV',
> 'collectd' => 'Collectd',
> 'cron' => 'Cron',
> --
> 2.18.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-01-08 15:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-08 13:14 [PATCH] Fix typo in 'html/cgi-bin/logs.cgi/log.dat' Matthias Fischer
2019-01-08 15:44 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox