change "Save as file" to "Export as file" to make it clear its not synced

This commit is contained in:
tibbi
2017-03-19 00:02:36 +01:00
parent 70550d022e
commit 5db4ed8b92
14 changed files with 31 additions and 31 deletions

View File

@ -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())
}
}