Rename string finish to ok, as its content was "OK"

This commit is contained in:
Stypox 2021-08-30 16:15:26 +02:00
parent 5ffba55b4a
commit 039bd5d413
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
80 changed files with 81 additions and 81 deletions

View file

@ -108,7 +108,7 @@ object LicenseFragmentHelper {
alert.setView(webView)
Localization.assureCorrectAppLanguage(context)
alert.setNegativeButton(
context.getString(R.string.finish)
context.getString(R.string.ok)
) { dialog, _ -> dialog.dismiss() }
alert.show()
}