diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-06-02 17:35:44 -0700 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-06-02 18:01:34 -0700 |
commit | b00385e242ad1648cfbf7705791acf1be891a65f (patch) | |
tree | 656db3e76a9da995964907a642c1d7f7730a2d95 /templates/firewall/modify | |
parent | 865e426b5f261fe815ebee4e57d89ab44e0fcac7 (diff) | |
download | vyatta-cfg-firewall-b00385e242ad1648cfbf7705791acf1be891a65f.tar.gz vyatta-cfg-firewall-b00385e242ad1648cfbf7705791acf1be891a65f.zip |
* fix syntax error message
Diffstat (limited to 'templates/firewall/modify')
-rw-r--r-- | templates/firewall/modify/node.tag/rule/node.tag/time/starttime/node.def | 2 | ||||
-rw-r--r-- | templates/firewall/modify/node.tag/rule/node.tag/time/stoptime/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/firewall/modify/node.tag/rule/node.tag/time/starttime/node.def b/templates/firewall/modify/node.tag/rule/node.tag/time/starttime/node.def index 11767c3..b5b149d 100644 --- a/templates/firewall/modify/node.tag/rule/node.tag/time/starttime/node.def +++ b/templates/firewall/modify/node.tag/rule/node.tag/time/starttime/node.def @@ -1,7 +1,7 @@ type: txt help: Set to match rule starting from the given time of day syntax:expression: pattern $VAR(@) "^[[:digit:]]\{2\}[:][[:digit:]]\{2\}[:][[:digit:]]\{2\}$" ; \ - "Incorrect value for starttime. Date should be entered using 24 hour notation - hh:mm:ss" + "Incorrect value for starttime. Time should be entered using 24 hour notation - hh:mm:ss" comp_help: Enter time using using 24 hour notation - hh:mm:ss diff --git a/templates/firewall/modify/node.tag/rule/node.tag/time/stoptime/node.def b/templates/firewall/modify/node.tag/rule/node.tag/time/stoptime/node.def index fb864d9..a3afce3 100644 --- a/templates/firewall/modify/node.tag/rule/node.tag/time/stoptime/node.def +++ b/templates/firewall/modify/node.tag/rule/node.tag/time/stoptime/node.def @@ -1,7 +1,7 @@ type: txt help: Set to match rule to the given time of day syntax:expression: pattern $VAR(@) "^[[:digit:]]\{2\}[:][[:digit:]]\{2\}[:][[:digit:]]\{2\}$" ; \ - "Incorrect value for stoptime. Date should be entered using 24 hour notation - hh:mm:ss" + "Incorrect value for stoptime. Time should be entered using 24 hour notation - hh:mm:ss" comp_help: Enter time using using 24 hour notation - hh:mm:ss |