Use "done" button to close license dialogs.

Rename string res "recaptcha_done_button" to "done".
This commit is contained in:
TobiGr 2023-09-23 13:56:49 +02:00
parent d5578b4099
commit 7ab1e7f244
75 changed files with 79 additions and 82 deletions

View file

@ -5,6 +5,6 @@
<item
android:id="@+id/menu_item_done"
android:icon="@drawable/ic_done"
android:title="@string/recaptcha_done_button"
android:title="@string/done"
app:showAsAction="always" />
</menu>