mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
change "Save as file" to "Export as file" to make it clear its not synced
This commit is contained in:
@ -94,7 +94,7 @@ class NoteFragment : Fragment() {
|
||||
mDb.updateNoteValue(note)
|
||||
(activity as MainActivity).noteSavedSuccessfully(note.title)
|
||||
} else {
|
||||
(activity as MainActivity).saveNoteValueToFile(note.path, getCurrentNoteViewText())
|
||||
(activity as MainActivity).exportNoteValueToFile(note.path, getCurrentNoteViewText())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user