1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-02 04:25:14 +02:00

Add missing escape on apostrophe

This commit is contained in:
José Rebelo 2023-03-20 18:59:31 +00:00
parent d6b1b778b8
commit 3b40183b3c

View File

@ -466,7 +466,7 @@
<string name="pref_agps_update_time">AGPS Update Time</string>
<string name="pref_agps_expire_time">AGPS Expire Time</string>
<string name="pref_camera_remote_title">Camera Remote</string>
<string name="pref_camera_remote_summary">Allows the watch to trigger the phone's camera</string>
<string name="pref_camera_remote_summary">Allows the watch to trigger the phone\'s camera</string>
<string name="pref_workout_start_on_phone_title">Fitness app tracking</string>
<string name="pref_workout_start_on_phone_summary">Start/stop fitness app tracking on phone when a GPS workout is started on the band</string>
<string name="pref_workout_send_gps_title">Send GPS during workout</string>