aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-11-03 22:05:00 +0100
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-11-07 21:03:23 +0100
commit4ae2365cf99d812da97b898392db8902e7233cb5 (patch)
treedaa05b609dffc31482f28458105aafad8b37d446
parent45d0af01bd98bfa8b4b4d06a3383c668fc3659df (diff)
downloadBlueGPS-4ae2365cf99d812da97b898392db8902e7233cb5.zip
BlueGPS-4ae2365cf99d812da97b898392db8902e7233cb5.tar.gz
BlueGPS-4ae2365cf99d812da97b898392db8902e7233cb5.tar.bz2
remove unused pref title (GPS options)
-rw-r--r--res/values-fr/strings.xml1
-rw-r--r--res/values/strings.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index f7dd514..67199e1 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -24,7 +24,6 @@
<string name="pref_start_gps_title">Start/Stop GPS</string>
<string name="pref_start_gps_summary_off">le GPS Bluetooth est arrêté</string>
<string name="pref_start_gps_summary_on">le GPS Bluetooth est démarré</string>
- <string name="pref_start_gps_params_title">Options du GPS</string>
<string name="pref_recording_title">Activer/Désactiver NMEA log</string>
<string name="pref_recording_summary_off">Enregistrement du GPS inactif</string>
<string name="pref_recording_summary_on">Enregistrement du GPS actif</string>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 502237b..b58afed 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -24,7 +24,6 @@
<string name="pref_start_gps_title">Start/Stop GPS</string>
<string name="pref_start_gps_summary_off">Bluetooth GPS is off</string>
<string name="pref_start_gps_summary_on">Bluetooth GPS is on</string>
- <string name="pref_start_gps_params_title">GPS Options</string>
<string name="pref_recording_title">Enable/Disable NMEA log</string>
<string name="pref_recording_summary_off">Track recording is off</string>
<string name="pref_recording_summary_on">Track recording is on</string>