From 7f673798692f0ecff63294781e8219b99b0f4c27 Mon Sep 17 00:00:00 2001 From: Kaartic Sivaraam Date: Sat, 21 Mar 2020 21:28:24 +0530 Subject: [PATCH] Fix hardcoded string in similar image dialog Fixes #3557 --- app/src/main/res/layout/fragment_similar_image_dialog.xml | 2 +- app/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_similar_image_dialog.xml b/app/src/main/res/layout/fragment_similar_image_dialog.xml index f2aab44da0..1aaffe5936 100644 --- a/app/src/main/res/layout/fragment_similar_image_dialog.xml +++ b/app/src/main/res/layout/fragment_similar_image_dialog.xml @@ -27,7 +27,7 @@ android:layout_margin="@dimen/dimen_6" android:layout_gravity="center" android:textAlignment="center" - android:text="Did you shoot these two pictures at the same place? Do you want to use the latitude/longitude of the picture on the right?"/> + android:text="@string/use_location_from_similar_image"/> For best results, choose the High Accuracy mode. Turn on location? Nearby needs location enabled to work properly + Did you shoot these two pictures at the same place? Do you want to use the latitude/longitude of the picture on the right?