1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-07 20:15:29 +00:00

gschema: Reword confusing always-allow-sdes key description

Closes: https://gitlab.gnome.org/GNOME/calls/-/issues/624

Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/745>
This commit is contained in:
Evangelos Ribeiro Tzaras 2024-07-18 04:26:36 +02:00
parent 8a4e53ded4
commit 1159c5135f

View file

@ -28,8 +28,9 @@
<key name="always-allow-sdes" type="b">
<default>false</default>
<summary>Whether to allow using SDES for SRTP without TLS as the transport</summary>
<description>Set to true if you want to allow with keys exchanged in cleartext.</description>
<summary>Allow insecure crypto key exchange for encrypted media.</summary>
<description>Set to true if you want to allow keys to be exchangable in cleartext,
otherwise you must set the TLS transport.</description>
</key>
</schema>