aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/opcua')
-rw-r--r--plugins/opcua/opcua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/opcua/opcua.c b/plugins/opcua/opcua.c
index c3187243e4..a516bc2267 100644
--- a/plugins/opcua/opcua.c
+++ b/plugins/opcua/opcua.c
@@ -469,7 +469,7 @@ void proto_register_opcua(void)
opcua_module = prefs_register_protocol(proto_opcua, proto_reg_handoff_opcua);
prefs_register_range_preference(opcua_module, "tcp_ports",
"OPC UA TCP Ports",
- "The TCP ports for the OPC UA TCP Binary Protocol",
+ "The TCP ports for the OPC UA TCP Binary Protocol (comma separated list)",
&global_tcp_ports_opcua, 65535);
}