Use custom cancel string everywhere

to fix missing somali translation for android.R.string.cancel
This commit is contained in:
Stypox 2021-08-04 18:55:32 +02:00
parent a4742ad9e9
commit f8caed139a
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
3 changed files with 4 additions and 4 deletions

View file

@ -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"