commit 99e051a8b7c1811af0f8c922ef5a9287f82f8304 Author: Nathan Freitas nathan@freitas.net Date: Sat Oct 29 00:15:24 2011 -0400
small change to strings --- res/values/strings.xml | 2 +- res/xml/preferences.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/res/values/strings.xml b/res/values/strings.xml index d0d8b89..a060d55 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -155,7 +155,7 @@ <string name="wizard_transproxy_none">None</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="pref_select_apps">Select Apps</string> diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 8416e01..6665cfd 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -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> </PreferenceCategory>
-<PreferenceCategory android:title="Proxy Service"> +<PreferenceCategory android:title="Proxy Service for Tor"> <EditTextPreference android:key="pref_proxy_type" android:title="@string/pref_proxy_type_title" android:summary="@string/pref_proxy_type_summary"