Skip to content

Commit a594d03

Browse files
committed
Fix map rotation setting
1 parent d31c718 commit a594d03

File tree

6 files changed

+8
-2
lines changed

6 files changed

+8
-2
lines changed

app/src/main/res/values-de/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
<string name="fullscreen_on_map_tap">Vollbild bei Berührung</string>
3737
<string name="keep_screen_on">Bildschirm eingeschaltet lassen</string>
38+
<string name="map_rotation">Kartenrotation</string>
3839
<string name="tap_compass_to_rotate">Tippen Sie auf den Kompass, um die Karte zu drehen</string>
3940

4041
<string name="nearby">In der Nähe</string>

app/src/main/res/values-es/strings.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535

3636
<string name="fullscreen_on_map_tap">Pantalla completa al tocar</string>
3737
<string name="keep_screen_on">Mantener pantalla encendida</string>
38-
<string name="tap_compass_to_rotate">Toque la brújula para girar el mapa</string>
38+
<string name="map_rotation">Rotación del mapa</string>
39+
<string name="tap_compass_to_rotate">Toca la brújula para girar el mapa</string>
3940

4041
<string name="nearby">Cerca</string>
4142

app/src/main/res/values-fr/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
<string name="fullscreen_on_map_tap">Plein écran au toucher</string>
3737
<string name="keep_screen_on">Garder l\'écran allumé</string>
38+
<string name="map_rotation">Rotation de la carte</string>
3839
<string name="tap_compass_to_rotate">Appuyez sur la boussole pour faire pivoter la carte</string>
3940

4041
<string name="nearby">À proximité</string>

app/src/main/res/values-nl/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
<string name="fullscreen_on_map_tap">Volledig scherm bij tikken</string>
3737
<string name="keep_screen_on">Scherm aan houden</string>
38+
<string name="map_rotation">Kaartrotatie</string>
3839
<string name="tap_compass_to_rotate">Tik op het kompas om de kaart te draaien</string>
3940

4041
<string name="nearby">In de buurt</string>

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
<string name="fullscreen_on_map_tap">Fullscreen on tap</string>
3737
<string name="keep_screen_on">Keep screen on</string>
38+
<string name="map_rotation">Map rotation</string>
3839
<string name="tap_compass_to_rotate">Tap compass to rotate map</string>
3940

4041
<string name="nearby">Nearby</string>

app/src/main/res/xml/preferences.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
<SwitchPreferenceCompat
1414
app:key="tap_compass_to_rotate"
15-
app:title="@string/tap_compass_to_rotate" />
15+
app:title="@string/map_rotation"
16+
app:summary="@string/tap_compass_to_rotate" />
1617

1718
</PreferenceCategory>
1819

0 commit comments

Comments
 (0)