Ran the script.

This commit is contained in:
Timofey 2016-01-25 16:36:40 +03:00
parent 3e7596441e
commit e2a0263db5
2 changed files with 4 additions and 4 deletions

View file

@ -322,9 +322,9 @@
<!-- Settings «Map» category: «Night style» title -->
<string name="pref_map_style_title">Nachtmodus</string>
<!-- «Map style» entry value -->
<string name="pref_map_style_default">An</string>
<string name="pref_map_style_default">Aus</string>
<!-- «Map style» entry value -->
<string name="pref_map_style_night">Aus</string>
<string name="pref_map_style_night">An</string>
<!-- «Map style» entry value -->
<string name="pref_map_style_auto">Auto</string>
<!-- Settings «Map» category: «Perspective view» title -->

View file

@ -499,10 +499,10 @@
"pref_map_style_title" = "Nachtmodus";
/* «Map style» entry value */
"pref_map_style_default" = "An";
"pref_map_style_default" = "Aus";
/* «Map style» entry value */
"pref_map_style_night" = "Aus";
"pref_map_style_night" = "An";
/* «Map style» entry value */
"pref_map_style_auto" = "Auto";