From: maniacikarus Date: Sat, 28 Jul 2007 20:22:43 +0000 (+0000) Subject: Ajax Speed Anzeige ncohmal veraendert X-Git-Tag: v2.3-beta1~534 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c98b475511dde55f265a461713fc1425f10f153;p=ipfire-2.x.git Ajax Speed Anzeige ncohmal veraendert git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@725 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/themes/ipfire/include/functions.pl index 789d0c1afd..5a71bc80df 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 6a2067bceb..e235d80b96 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 ;