use the proper string at Select destination dialog

This commit is contained in:
tibbi 2016-12-26 21:41:15 +01:00
parent f1971670b5
commit b33d0d54e6
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
android:paddingBottom="@dimen/small_padding"
android:paddingRight="@dimen/small_padding"
android:paddingTop="@dimen/small_padding"
android:text="@string/select_destination"/>
android:text="@string/click_select_destination"/>
<RadioGroup
android:id="@+id/dialog_radio_group"