mirror of
				https://github.com/SimpleMobileTools/Simple-Notes.git
				synced 2025-06-05 17:00:23 +02:00 
			
		
		
		
	change the "Pick a note" dialog title to "Open note"
This commit is contained in:
		| @@ -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) | ||||
|                 } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user