Skip to content

Commit f19e0ff

Browse files
committed
change the "Pick a note" dialog title to "Open note"
1 parent 756bbea commit f19e0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/dialogs/OpenNoteDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class OpenNoteDialog(val activity: Activity, val callback: (checkedId: Long) ->
5454

5555
dialog = AlertDialog.Builder(activity)
5656
.create().apply {
57-
activity.setupDialogStuff(view, this, R.string.pick_a_note)
57+
activity.setupDialogStuff(view, this, R.string.open_note)
5858
}
5959
}
6060
}

0 commit comments

Comments
 (0)