Use custom cancel string everywhere
to fix missing somali translation for android.R.string.cancel
This commit is contained in:
parent
a4742ad9e9
commit
f8caed139a
3 changed files with 4 additions and 4 deletions
|
|
@ -205,7 +205,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toStartOf="@+id/confirm_button"
|
||||
android:text="@android:string/cancel" />
|
||||
android:text="@string/cancel" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/confirm_button"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue