Skip to content

Commit

Permalink
settings: Fix DNSCrypt Proxy descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
syphyr committed Feb 15, 2022
1 parent 5064ace commit 786c32c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7410,19 +7410,19 @@
<string name="dnscrypt_proxy">DNSCrypt Proxy</string>

<!-- Description of dnscrypt proxy -->
<string name="dnscrypt_proxy_desc">Provides encrypted DNS, local DoH server, and ad blocker</string>
<string name="dnscrypt_proxy_desc">Provides encrypted DNS and ad blocker</string>

<!-- Toast message for dnscrypt proxy -->
<string name="dnscrypt_proxy_toast">Status of DNSCrypt Proxy service changed successfully</string>
<string name="dnscrypt_proxy_toast">Status of DNSCrypt Proxy service changed</string>

<!-- Name of the setting to enable dnscrypt proxy with tor -->
<string name="dnscrypt_tor">Use DNSCrypt Proxy with Tor</string>

<!-- Description of dnscrypt proxy setting with tor -->
<string name="dnscrypt_tor_desc">Send all DNS requests though Tor for additional privacy. Requires restart of DNSCrypt Proxy service</string>
<string name="dnscrypt_tor_desc">Send all requests though Tor for additional privacy</string>

<!-- Toast message for dnscrypt proxy with tor -->
<string name="dnscrypt_tor_toast">Changes successfully made to DNSCrypt Proxy configuration</string>
<string name="dnscrypt_tor_toast">DNSCrypt Proxy service must be restarted for changes to take effect</string>

<!-- Name of the setting to disable the automatic update -->
<string name="ota_disable_automatic_update">Automatic system updates</string>
Expand Down

0 comments on commit 786c32c

Please sign in to comment.