Skip to content

Commit

Permalink
Update strings
Browse files Browse the repository at this point in the history
  • Loading branch information
GrazianoCapelli committed Sep 4, 2019
1 parent fdc2e5b commit f1e4f14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-->

<resources>
<string name="app_name">GPS Logger</string>
<string name="app_name" translatable="false">GPS Logger</string>

<!-- Tabs -->
<string name="tab_gpsfix">GPS Fix</string>
Expand All @@ -33,6 +33,8 @@
<string name="speed">Speed</string>
<string name="direction">Direction</string>
<string name="accuracy">Accuracy</string>
<string name="time">Time</string>
<string name="satellites">Satellites</string>

<string name="north">N</string>
<string name="north_northeast">NNE</string>
Expand Down

0 comments on commit f1e4f14

Please sign in to comment.