summaryrefslogtreecommitdiff
path: root/lib/Vyatta/IpTables/Rule.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Vyatta/IpTables/Rule.pm')
-rwxr-xr-xlib/Vyatta/IpTables/Rule.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/IpTables/Rule.pm b/lib/Vyatta/IpTables/Rule.pm
index 51b5bea..3c266f6 100755
--- a/lib/Vyatta/IpTables/Rule.pm
+++ b/lib/Vyatta/IpTables/Rule.pm
@@ -634,7 +634,7 @@ first character capitalized eg. Mon,Thu,Sat For negation, add ! in front eg. !Mo
if ($count == 0) {
return ('Policy route requires "action drop" or "set" parameters be defined.');
} elsif ($count > 1) {
- return ('Cannot define more than "set" parameter per policy route');
+ return ('Can not define more than one "set" parameter per policy route');
}
} else {
return ("\"action\" must be defined in rule $rule_num", );