Fix hardcoded string in similar image dialog (#3563)

Fixes #3557
This commit is contained in:
Kaartic Sivaraam 2020-03-22 23:53:00 +05:30 committed by GitHub
parent a63a3580de
commit 630f0a1dff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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"/>
<LinearLayout
android:layout_width="match_parent"
android:orientation="horizontal"