diff options
author | Leonard Kugis <leonard@kug.is> | 2024-01-03 23:15:31 +0100 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2024-01-03 23:15:31 +0100 |
commit | 5e35f14b7bc6b0425ec26b4286451d9f33317d49 (patch) | |
tree | 48566496a4275355c55871d306c700e011e60189 /app/src/main/res/values/strings.xml | |
parent | 992fa2d9a9bc519215c0b352688691ba012ca04a (diff) |
Fixed route loading and UI fixes
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2379ab9..638f157 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -101,6 +101,8 @@ <string name="location_route_loop">Loop route</string> <string name="location_route_start">Start route</string> <string name="location_route_stop">Stop route</string> + <string name="location_route_no_route">No route selected</string> + <string name="location_route_valid">Route loaded.</string> <!-- Trackers --> <string name="trackers_title" weblate_ctx="trackers-1">Manage apps\' trackers</string> |