mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
openvpn: multi-line text in XML has clear disadvantages
... for the translations embedding all kinds of weird whitespace pattern that cause syntax errors in gettext compile worst case.
This commit is contained in:
parent
00532bc31e
commit
ace7740da0
@ -14,9 +14,7 @@
|
||||
<id>instance.role</id>
|
||||
<label>Role</label>
|
||||
<type>dropdown</type>
|
||||
<help>
|
||||
Define the role of this instance
|
||||
</help>
|
||||
<help>Define the role of this instance.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>instance.description</id>
|
||||
@ -39,10 +37,7 @@
|
||||
<id>instance.port</id>
|
||||
<label>Port number</label>
|
||||
<type>text</type>
|
||||
<help>
|
||||
Portnumber to use, defaults to 1194 when in server role or when client mode specifies a bind address,
|
||||
nobind when client without specific bind address.
|
||||
</help>
|
||||
<help>Port number to use. Defaults to 1194 when in server role or when client mode specifies a bind address, or nobind when client does not have a specific bind address.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>instance.local</id>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user