From ddfce137e89dca6e2d0f0e8eb9d54562a2836421 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 15 Feb 2005 17:19:15 +0000 Subject: fix typo --- perl-install/standalone/net_applet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/net_applet') diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet index 75a7d5798..a04927f7c 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -227,7 +227,7 @@ sub handle_attack { gtknew('HBox', children => [ 0, gtknew('Label', text => " "), 1, gtknew('VBox', children_loose => [ - N("Attack time: %s", activefw::format_date($timestamp), + N("Attack time: %s", activefw::format_date($timestamp)), N("Network interface: %s", $indev), N("Attack type: %s", $prefix), if_($protocol, N("Protocol: %s", $protocol)), -- cgit v1.2.1