mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-08 10:21:29 -06:00
extract strings
This commit is contained in:
parent
11b99da1e6
commit
813cb2fe00
@ -47,9 +47,9 @@ class ControllerQuickConfigDialog(
|
||||
val builder: AlertDialog.Builder = AlertDialog.Builder(context)
|
||||
builder
|
||||
.setView(quickConfigBinding.root)
|
||||
.setTitle("Quick Configure")
|
||||
.setPositiveButton("Next") {_,_ -> }
|
||||
.setNegativeButton("Close") { dialog, which ->
|
||||
.setTitle(context.getString(R.string.controller_quick_config))
|
||||
.setPositiveButton(context.getString(R.string.next)) {_,_ -> }
|
||||
.setNegativeButton(context.getString(R.string.close)) { dialog, which ->
|
||||
dialog.dismiss()
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user