security/tinc: fix a string for translations

This commit is contained in:
Franco Fichtner
2017-06-08 09:58:47 +02:00
parent 5216e3e294
commit ac6f4ae968
2 changed files with 2 additions and 2 deletions
@@ -45,7 +45,7 @@
<id>host.cipher</id>
<label>Cipher</label>
<type>dropdown</type>
<help> The symmetric cipher algorithm used to encrypt UDP packets.
<help>The symmetric cipher algorithm used to encrypt UDP packets.
Any cipher supported by LibreSSL or OpenSSL is recognised.
Furthermore, specifying "none" will turn off packet encryption.
It is best to use only those ciphers which support CBC mode
@@ -36,7 +36,7 @@
<id>network.cipher</id>
<label>Cipher</label>
<type>dropdown</type>
<help> The symmetric cipher algorithm used to encrypt UDP packets.
<help>The symmetric cipher algorithm used to encrypt UDP packets.
Any cipher supported by LibreSSL or OpenSSL is recognised.
Furthermore, specifying "none" will turn off packet encryption.
It is best to use only those ciphers which support CBC mode