From 6dbf22cd7a4020169aa638174edbc851ab8c3f0b Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Thu, 23 Mar 2017 15:40:31 +0100 Subject: [PATCH] Fix #3566 --- OsmAnd/res/layout/quick_action_create_edit_dialog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/res/layout/quick_action_create_edit_dialog.xml b/OsmAnd/res/layout/quick_action_create_edit_dialog.xml index 2e5302fd81..f3d0eaad6e 100644 --- a/OsmAnd/res/layout/quick_action_create_edit_dialog.xml +++ b/OsmAnd/res/layout/quick_action_create_edit_dialog.xml @@ -119,7 +119,7 @@ android:id="@+id/btnApply" android:layout_width="match_parent" android:layout_height="56dp" - android:text="Apply" + android:text="@string/shared_string_apply" android:textAllCaps="true" android:textColor="@color/color_white" android:textSize="@dimen/default_list_text_size"