Skip to content

Commit

Permalink
fix: position text displaying coordinates with wrong formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
balexei committed Nov 19, 2024
1 parent 0745bcb commit 314e662
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<string name="description_bus_stop_info">Información acerca de la parada</string>
<string name="no_favourites_hint">Las paradas marcadas como favoritas aparecerán aquí.</string>
<string name="showing_stops_within_radius">Mostrando paradas en un radio de %dm</string>
<string name="lat_lon">LAT: %2$.5f LON: %2$.5f</string>
<string name="lat_lon">LAT: %1$.5f LON: %2$.5f</string>
<string name="data_source_city_council">Fuente de los datos: Ayuntamiento de Vigo</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-gl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<string name="description_bus_stop_info">Información acerca da parada</string>
<string name="no_favourites_hint">As paradas marcadas como favoritas aparecerán aquí.</string>
<string name="showing_stops_within_radius">Mostrando paradas nun radio de %dm</string>
<string name="lat_lon">LAT: %2$.5f LON: %2$.5f</string>
<string name="lat_lon">LAT: %1$.5f LON: %2$.5f</string>
<string name="data_source_city_council">Fonte de información: Concello de Vigo</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<string name="description_bus_stop_info">Bus stop information</string>
<string name="no_favourites_hint">The stops marked as Favourite will appear here.</string>
<string name="showing_stops_within_radius">Showing stops in a %dm radius</string>
<string name="lat_lon">LAT: %2$.5f LON: %2$.5f</string>
<string name="lat_lon">LAT: %1$.5f LON: %2$.5f</string>
<string name="data_source_city_council">Information source: Vigo City Council</string>
<string name="data_source_link" translatable="false">https://datos.vigo.org</string>
</resources>

0 comments on commit 314e662

Please sign in to comment.