small change to strings

This commit is contained in:
Nathan Freitas 2011-10-29 00:15:24 -04:00
parent ef5c506fdd
commit 99e051a8b7
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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"