improve naming

This commit is contained in:
Syping 2018-08-26 22:43:59 +02:00
parent 52cef11986
commit a6b8d15d19

View file

@ -90,7 +90,7 @@ function editorSave()
end
function editorSaveAs()
local selectedFile = showFileDialog(SaveFileDialog, "Save...", "All files (*)", mainWindow)
local selectedFile = showFileDialog(SaveFileDialog, "Save as...", "All files (*)", mainWindow)
if not (selectedFile == nil) then
local file = io.open(selectedFile, "w")
if not (file == nil) then