change the "Pick a note" dialog title to "Open note"

This commit is contained in:
tibbi 2019-09-03 11:54:54 +02:00
parent 756bbea1f2
commit f19e0ff5d0

View File

@ -54,7 +54,7 @@ class OpenNoteDialog(val activity: Activity, val callback: (checkedId: Long) ->
dialog = AlertDialog.Builder(activity)
.create().apply {
activity.setupDialogStuff(view, this, R.string.pick_a_note)
activity.setupDialogStuff(view, this, R.string.open_note)
}
}
}