diff options
-rw-r--r-- | res/values-fr/strings.xml | 2 | ||||
-rw-r--r-- | res/values/strings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index 4d558df..8aca5cc 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -52,7 +52,7 @@ <string name="msg_gps_provider_disabled">Le GPS est désactivé</string>
<string name="msg_bluetooth_unsupported">Bluetooth non disponible</string>
<string name="msg_bluetooth_disabled">Bluetooth désactivé</string>
- <string name="msg_mock_location_disabled">Postitions fictives non autorisées</string>
+ <string name="msg_mock_location_disabled">Positions fictives non autorisées</string>
<string name="msg_bluetooth_gps_unavaible">Impossible de se connecter au GPS</string>
<string name="msg_nmea_recording_started">Enregistrement des traces NMEA... démarré</string>
<string name="msg_nmea_recording_stopped">Enregistrement des traces NMEA... arrêté</string>
diff --git a/res/values/strings.xml b/res/values/strings.xml index f983005..2b2e2d1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -55,7 +55,7 @@ <string name="msg_gps_provider_disabled">GPS is disabled</string>
<string name="msg_bluetooth_unsupported">Bluetooth is not supported</string>
<string name="msg_bluetooth_disabled">Bluetooth is disabled</string>
- <string name="msg_mock_location_disabled">Mock location is disabled</string>
+ <string name="msg_mock_location_disabled">Mock locations disabled</string>
<string name="msg_bluetooth_gps_unavaible">Cannot connect to bluetooth GPS</string>
<string name="msg_nmea_recording_started">GPS NMEA recording... started</string>
<string name="msg_nmea_recording_stopped">GPS NMEA recording... stopped</string>
|