Rename string finish to ok, as its content was "OK"
This commit is contained in:
parent
5ffba55b4a
commit
039bd5d413
80 changed files with 81 additions and 81 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue