mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-22 03:07:25 +02:00
change the "Pick a note" dialog title to "Open note"
This commit is contained in:
parent
756bbea1f2
commit
f19e0ff5d0
@ -54,7 +54,7 @@ class OpenNoteDialog(val activity: Activity, val callback: (checkedId: Long) ->
|
|||||||
|
|
||||||
dialog = AlertDialog.Builder(activity)
|
dialog = AlertDialog.Builder(activity)
|
||||||
.create().apply {
|
.create().apply {
|
||||||
activity.setupDialogStuff(view, this, R.string.pick_a_note)
|
activity.setupDialogStuff(view, this, R.string.open_note)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user