Merge pull request #6848 from Stypox/somali-cancel

Use custom cancel string everywhere
This commit is contained in:
Tobi 2021-08-22 22:36:14 +02:00 committed by GitHub
commit d6c55a4c50
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"