From 7c98b475511dde55f265a461713fc1425f10f153 Mon Sep 17 00:00:00 2001 From: maniacikarus Date: Sat, 28 Jul 2007 20:22:43 +0000 Subject: [PATCH] Ajax Speed Anzeige ncohmal veraendert git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@725 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- html/html/themes/ipfire/include/functions.pl | 4 ++-- html/html/themes/maniac/include/functions.pl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/themes/ipfire/include/functions.pl index 789d0c1af..5a71bc80d 100644 --- a/html/html/themes/ipfire/include/functions.pl +++ b/html/html/themes/ipfire/include/functions.pl @@ -357,8 +357,8 @@ if ($settings{'SPEED'} ne 'off') { print <
- $Lang::tr{'bandwidth usage'}: $Lang::tr{'incoming'}: - $Lang::tr{'outgoing'}: + $Lang::tr{'bandwidth usage'}: $Lang::tr{'incoming'}: + $Lang::tr{'outgoing'}:
END ; diff --git a/html/html/themes/maniac/include/functions.pl b/html/html/themes/maniac/include/functions.pl index 6a2067bce..e235d80b9 100644 --- a/html/html/themes/maniac/include/functions.pl +++ b/html/html/themes/maniac/include/functions.pl @@ -357,8 +357,8 @@ if ($settings{'SPEED'} ne 'off') { print <
- $Lang::tr{'bandwidth usage'}: $Lang::tr{'incoming'}: - $Lang::tr{'outgoing'}: + $Lang::tr{'bandwidth usage'}: $Lang::tr{'incoming'}: + $Lang::tr{'outgoing'}:
END ;