Fix empty string issue

This commit is contained in:
sonora 2014-12-08 09:00:29 +01:00
parent f32b6b4e5d
commit b100fabe06
2 changed files with 2 additions and 2 deletions

View file

@ -1969,7 +1969,7 @@ Afghanistan, Ägypten, Albanien, Algerien, Andorra, Angola, Anguilla, Antigua an
<string name="targets">Ziele</string>
<string name="way_alarms">Verkehrswarnungen</string>
<string name="record_plugin_description">Speichern Sie Ihre Tracks mit einem Klick. Zeigt die Einstellung, wie Strecken aufgezeichnet werden in lokale GPX-Dateien oder online via Web-Service.</string>
<string name="route_descr_destination"/>
<string name="route_descr_destination">Ziel</string>
<string name="local_index_description">Ein Element antippen, um mehr Details zu erfahren oder antippen und halten zum Deaktivieren oder Löschen. Aktuell auf dem Gerät vorhandene Daten (%1$s frei):</string>
<string name="text_size_descr">Karten-Schriftgröße festlegen</string>
<string name="text_size">Schriftgröße</string>

View file

@ -560,7 +560,7 @@
<string name="route_descr_map_location">Map: </string>
<string name="route_descr_lat_lon">Lat %1$.3f, lon %2$.3f</string>
<string name="route_descr_current_location">Current position</string>
<string name="route_descr_destination"></string>
<string name="route_descr_destination">Destination</string>
<string name="route_to">To:</string>
<string name="route_via">Via:</string>
<string name="route_from">From:</string>