allow filename to be provided during module export

This commit is contained in:
sbwalker
2025-05-15 10:58:55 -04:00
parent 51ba3a01f5
commit 5d077e843d
5 changed files with 25 additions and 14 deletions

View File

@ -148,9 +148,12 @@
<value>Select a folder where you wish to save the exported content</value>
</data>
<data name="Message.Content.Export" xml:space="preserve">
<value>Please Select A Folder Before Choosing Export</value>
<value>Please Select A Folder And Provide A Filename Before Choosing Export</value>
</data>
<data name="Success.Export.File" xml:space="preserve">
<value>Content Was Successfully Exported To Specified Folder With Filename {0}</value>
<data name="Filename.Text" xml:space="preserve">
<value>Filename:</value>
</data>
<data name="Filename.HelpText" xml:space="preserve">
<value>Specify a name for the file (without an extension)</value>
</data>
</root>