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:
Franco Fichtner 2023-11-22 09:36:40 +01:00
parent 00532bc31e
commit ace7740da0

View File

@ -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>