Skip to content

Commit

Permalink
Make double liners, single liners
Browse files Browse the repository at this point in the history
  • Loading branch information
1951FDG committed Dec 2, 2018
1 parent b9da223 commit 4cfb157
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
</string-array>

<string name="pref_tcp">TCP</string>
<string name="pref_description_tcp">Use port 443 (TCP) instead of port 1194 (UDP)</string>
<string name="pref_description_tcp">Use port 443 instead of port 1194 (UDP)</string>

<string name="pref_max_load">Max Load</string>

Expand Down Expand Up @@ -233,22 +233,22 @@
<string name="pref_category_advanced">Advanced</string>

<string name="pref_p2p">P2P</string>
<string name="pref_description_p2p">Only look for servers with \“Peer To Peer\” support</string>
<string name="pref_description_p2p">Only look for \“Peer To Peer\” servers</string>

<string name="pref_dedicated">Dedicated IP</string>
<string name="pref_description_dedicated">Only look for servers with \“Dedicated IP\” support</string>
<string name="pref_description_dedicated">Only look for \“Dedicated IP\” servers</string>

<string name="pref_double">Double VPN</string>
<string name="pref_description_double">Only look for servers with \“Double VPN\” support</string>
<string name="pref_description_double">Only look for \“Double VPN\” servers</string>

<string name="pref_tor">Onion Over VPN</string>
<string name="pref_description_tor">Only look for servers with \“Tor Over VPN\” support</string>
<string name="pref_description_tor">Only look for \“Onion Over VPN\” servers</string>

<string name="pref_anti_ddos">Obfuscated</string>
<string name="pref_description_anti_ddos">Only look for servers with \“Obfuscated Servers\” support</string>
<string name="pref_description_anti_ddos">Only look for \“Obfuscated\” servers</string>

<string name="pref_netflix">Netflix</string>
<string name="pref_description_netflix">Only look for servers that are optimised for \“Netflix\”</string>
<string name="pref_description_netflix">Only look for \“Netflix\” servers</string>

<string name="pref_category_expert">Expert</string>

Expand Down

0 comments on commit 4cfb157

Please sign in to comment.