diff --git a/OsmAnd/res/values-de/strings.xml b/OsmAnd/res/values-de/strings.xml index 7b4fbef29c..8b3041afad 100644 --- a/OsmAnd/res/values-de/strings.xml +++ b/OsmAnd/res/values-de/strings.xml @@ -1,5 +1,6 @@ - + + Zu OsmAnd importieren Häufig gestellte Fragen, neueste Änderungen und anderes Routenführung beginnen nach… Wartezeit festlegen, um mit der Routenführung zu beginnen diff --git a/OsmAnd/res/values/strings.xml b/OsmAnd/res/values/strings.xml index 3d43bf5060..1fca7f918f 100644 --- a/OsmAnd/res/values/strings.xml +++ b/OsmAnd/res/values/strings.xml @@ -9,6 +9,7 @@ 3. All your modified/created strings are in the top of the file (to make easier find what\'s translated). PLEASE: Have a look at http://code.google.com/p/osmand/wiki/UIConsistency, it may really improve your and our work :-) Thx - Hardy --> + Import to OsmAnd Read full article Wikipedia Wikipedia diff --git a/OsmAnd/src/net/osmand/plus/helpers/GpxImportHelper.java b/OsmAnd/src/net/osmand/plus/helpers/GpxImportHelper.java index c7d8aef25b..ad1f25d12d 100644 --- a/OsmAnd/src/net/osmand/plus/helpers/GpxImportHelper.java +++ b/OsmAnd/src/net/osmand/plus/helpers/GpxImportHelper.java @@ -339,6 +339,7 @@ public class GpxImportHelper { }; new AlertDialog.Builder(mapActivity) + .setTitle(R.string.shared_string_import2osmand) .setMessage(R.string.import_file_favourites) .setPositiveButton(R.string.shared_string_import, importFavouritesListener) .setNegativeButton(R.string.shared_string_save, importFavouritesListener)