diff --git a/src/scripts/dialctrl.pl b/src/scripts/dialctrl.pl
index 81ef3dde7..88f54924b 100644
--- a/src/scripts/dialctrl.pl
+++ b/src/scripts/dialctrl.pl
@@ -163,7 +163,7 @@ else {
print <$Lang::tr{'since'} $update
| $Lang::tr{'connections'}: $up | $Lang::tr{'disconnects'}: $down | $Lang::tr{'attemps'}: $rec
- |
| Verbindungszeit: | $current | ~ $ontime%
+ |
| $Lang::tr{'total connection time'}: | $current | ~ $ontime%
END
;
}
|