Fixed pinghost to pinghosts
Signed-off-by: Vladimir Ulrich <admin@evl.su>
This commit is contained in:
parent
c33af582f0
commit
90c0e4dad4
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ period = s:option(Value, "period",
|
||||||
"suffix 'm' for minutes, 'h' for hours or 'd' " ..
|
"suffix 'm' for minutes, 'h' for hours or 'd' " ..
|
||||||
"for days"))
|
"for days"))
|
||||||
|
|
||||||
pinghost = s:option(Value, "pinghost",
|
pinghost = s:option(Value, "pinghosts",
|
||||||
translate("Ping host"),
|
translate("Ping host"),
|
||||||
translate("Host address to ping"))
|
translate("Host address to ping"))
|
||||||
pinghost.datatype = "host"
|
pinghost.datatype = "host"
|
||||||
|
|
Loading…
Reference in a new issue