mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Update wording
This commit is contained in:
parent
b1f5b3ad96
commit
34870591b4
1 changed files with 2 additions and 2 deletions
|
@ -174,8 +174,8 @@ class KeysBackupSetupActivity : SimpleFragmentActivity() {
|
|||
AlertDialog.Builder(this)
|
||||
.setTitle(R.string.keys_backup_setup_skip_title)
|
||||
.setMessage(R.string.keys_backup_setup_skip_msg)
|
||||
.setNegativeButton(R.string.stay, null)
|
||||
.setPositiveButton(R.string.abort) { _, _ ->
|
||||
.setNegativeButton(R.string.cancel, null)
|
||||
.setPositiveButton(R.string.leave) { _, _ ->
|
||||
finish()
|
||||
}
|
||||
.show()
|
||||
|
|
Loading…
Add table
Reference in a new issue