diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2011-05-12 17:56:13 +0200 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2011-05-12 18:03:21 +0200 |
commit | 4890589a876740cde6508e6e3aa5d39c9ef658e5 (patch) | |
tree | 85760209ed815454a86cdb270cd1febe1c41b2d5 /res | |
parent | 056323a33db8b5e688bd08366622b3ee384d90eb (diff) | |
download | BlueGPS-4890589a876740cde6508e6e3aa5d39c9ef658e5.zip BlueGPS-4890589a876740cde6508e6e3aa5d39c9ef658e5.tar.gz BlueGPS-4890589a876740cde6508e6e3aa5d39c9ef658e5.tar.bz2 |
code cleanup (remove old and unused string)
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index e3d3d1c..88b2bfa 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -29,9 +29,6 @@ <string name="pref_gps_location_provider_summary">Bluetooth GPS will replace internal GPS</string>
<string name="pref_replace_std_gps_title">Replace internal GPS</string>
<string name="pref_replace_std_gps_summary_on">Bluetooth GPS will replace internal GPS</string>
- <!--
- <string name="pref_replace_std_gps_summary_off">Internal GPS will remain available</string>
- -->
<string name="pref_replace_std_gps_summary_off">Bluetooth GPS will use a new location provider</string>
<string name="pref_force_enable_provider_title">Auto-enable location provider</string>
<string name="pref_force_enable_provider_summary_on">Auto-enable the location provider, even if it has been disabled</string>
|