add error handling to module export

This commit is contained in:
Shaun Walker
2021-08-12 14:47:51 -04:00
parent 6324034259
commit b19cbf54e0
3 changed files with 20 additions and 5 deletions

View File

@ -121,9 +121,15 @@
<value>Export</value>
</data>
<data name="Content.HelpText" xml:space="preserve">
<value>Enter the module content</value>
<value>The Exported Module Content</value>
</data>
<data name="Content.Text" xml:space="preserve">
<value>Content: </value>
</data>
<data name="Error.Module.Export" xml:space="preserve">
<value>Error Exporting Module Content</value>
</data>
<data name="Success.Content.Export" xml:space="preserve">
<value>Content Exported Successfully</value>
</data>
</root>