don't use "save" when selecting the media language, use "apply" instead

This commit is contained in:
2021-06-04 00:18:33 +02:00
parent a3a89c6b64
commit 46e3d1f1b6
3 changed files with 7 additions and 5 deletions

View File

@ -106,9 +106,10 @@
<string name="on_login_failed">Could not login! Make sure Username and Password are correct and try again.</string>
<!-- dialogs -->
<string name="save">save</string>
<string name="save">Save</string>
<string name="cancel">@android:string/cancel</string>
<string name="loading">loading…</string>
<string name="apply">Apply</string>
<string name="loading">Loading…</string>
<string name="dialog_timeout_head">Login failed</string>
<string name="dialog_timeout_desc">Looks like the server is taking to long to respond. Please try again later.</string>