Skip to content

Commit 82ea795

Browse files
committed
edit autosave dialog text
1 parent 38b3b0f commit 82ea795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/notify/notifications.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ NOTIFICATIONS_BY_IDX = {
536536
end,
537537
on_click=function()
538538
local minsSinceSave = dfhack.persistent.getUnsavedSeconds()//60
539-
local message = 'It has been ' .. dfhack.formatInt(minsSinceSave) .. ' minutes since your last save. \n\nWould you like to save now? ' ..
540-
'(Note: You can also close this reminder and save manually)'
539+
local message = 'It has been ' .. dfhack.formatInt(minsSinceSave) .. ' minutes since your last save. \n\nWould you like to save now?\n\n' ..
540+
'You can also close this reminder and save manually.'
541541
dlg.showYesNoPrompt('Save now?', message, nil, function() dfhack.run_script('quicksave') end)
542542
end,
543543
},

0 commit comments

Comments
 (0)