From 01ce96c83b1e89cedb424d2ca4a4bc5140318ec5 Mon Sep 17 00:00:00 2001 From: sonora Date: Sun, 8 Jan 2017 19:01:53 +0100 Subject: [PATCH] localize string --- OsmAnd/res/layout/quick_action_add_gpx.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/res/layout/quick_action_add_gpx.xml b/OsmAnd/res/layout/quick_action_add_gpx.xml index 49857882b4..2c93e9f1b7 100644 --- a/OsmAnd/res/layout/quick_action_add_gpx.xml +++ b/OsmAnd/res/layout/quick_action_add_gpx.xml @@ -118,7 +118,7 @@ android:layout_height="wrap_content" android:layout_marginLeft="68dp" android:layout_marginRight="16dp" - android:text="Leave field blank and OsmAnd will use the address or name of a place for the favorite point" + android:text="@string/quick_action_fav_name_descr" android:textColor="?android:textColorSecondary" android:textSize="@dimen/default_sub_text_size" android:layout_marginBottom="16dp"/>