small change to strings
This commit is contained in:
parent
ef5c506fdd
commit
99e051a8b7
|
@ -155,7 +155,7 @@
|
||||||
<string name="wizard_transproxy_none">None</string>
|
<string name="wizard_transproxy_none">None</string>
|
||||||
|
|
||||||
<string name="pref_transparent_tethering_title">Tor Tethering</string>
|
<string name="pref_transparent_tethering_title">Tor Tethering</string>
|
||||||
<string name="pref_transparent_tethering_summary">Enable Tor Transparent Proxying for Wifi and USB Tethered Devices</string>
|
<string name="pref_transparent_tethering_summary">Enable Tor Transparent Proxying for Wifi and USB Tethered Devices (requires restart)</string>
|
||||||
|
|
||||||
<string name="button_grant_superuser">Request Superuser Access</string>
|
<string name="button_grant_superuser">Request Superuser Access</string>
|
||||||
<string name="pref_select_apps">Select Apps</string>
|
<string name="pref_select_apps">Select Apps</string>
|
||||||
|
|
|
@ -145,7 +145,7 @@ android:dialogTitle="Enter ports"
|
||||||
<EditTextPreference android:key="pref_hs_hostname" android:summary="the addressable name for your hidden service (generated automatically)" android:title=".Onion Hostname"></EditTextPreference>
|
<EditTextPreference android:key="pref_hs_hostname" android:summary="the addressable name for your hidden service (generated automatically)" android:title=".Onion Hostname"></EditTextPreference>
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<PreferenceCategory android:title="Proxy Service">
|
<PreferenceCategory android:title="Proxy Service for Tor">
|
||||||
<EditTextPreference android:key="pref_proxy_type"
|
<EditTextPreference android:key="pref_proxy_type"
|
||||||
android:title="@string/pref_proxy_type_title"
|
android:title="@string/pref_proxy_type_title"
|
||||||
android:summary="@string/pref_proxy_type_summary"
|
android:summary="@string/pref_proxy_type_summary"
|
||||||
|
|
Loading…
Reference in New Issue