mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 22:47:59 +01:00
use the proper string at Select destination dialog
This commit is contained in:
parent
f1971670b5
commit
b33d0d54e6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue