Skip to content

Commit 28f5970

Browse files
committed
add prompt to orders export dialog
1 parent eb8dd0d commit 28f5970

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/lua/orders.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ end
5858
local function do_export()
5959
dialogs.InputBox{
6060
frame_title='Export Manager Orders',
61+
text='Please enter a filename',
6162
on_input=function(text)
6263
dfhack.run_command('orders', 'export', text)
6364
end

0 commit comments

Comments
 (0)