From 2a4a36203dfcfe7e05aed2a2b2c0e595f5ed9e35 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Thu, 4 Mar 2010 09:50:10 -0800 Subject: [PATCH] Add more descriptive messages about chains --- firewall/lang/en | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firewall/lang/en b/firewall/lang/en index c2d2b4057..e5fa821ef 100644 --- a/firewall/lang/en +++ b/firewall/lang/en @@ -4,9 +4,9 @@ index_ecommand=The command $1 was not found on your system. Webmin needs this co index_ekernel=An error occured when checking your current IPtables configuration : $1 This may indicate that your kernel does not support IPtables. index_header=Firewall configuration from $1 index_change=Showing IPtable: -index_chain_input=Incoming packets (INPUT) -index_chain_output=Outgoing packets (OUTPUT) -index_chain_forward=Forwarded packets (FORWARD) +index_chain_input=Incoming packets (INPUT) - Only applies to packets addressed to this host +index_chain_output=Outgoing packets (OUTPUT) - Only applies to packets originated by this host +index_chain_forward=Forwarded packets (FORWARD) - Only applies to packets passed through this host index_chain_prerouting=Packets before routing (PREROUTING) index_chain_postrouting=Packets after routing (POSTROUTING) index_chain=Chain $1