Updated Module Title using SetModuleTitle on ModuleBase

This commit is contained in:
Leigh Pointer
2023-08-08 16:37:40 +02:00
parent bd23ec268b
commit 2356753dfc
16 changed files with 67 additions and 0 deletions

View File

@ -132,4 +132,7 @@
<data name="Success.Content.Export" xml:space="preserve">
<value>Content Exported Successfully</value>
</data>
<data name="ModuleTitle.Text" xml:space="preserve">
<value>Export Content</value>
</data>
</root>

View File

@ -138,4 +138,7 @@
<data name="Message.Required.ImportContent" xml:space="preserve">
<value>You Must Enter Some Content To Import</value>
</data>
<data name="ModuleTitle.Text" xml:space="preserve">
<value>Import Content</value>
</data>
</root>

View File

@ -156,4 +156,7 @@
<data name="Module.Text" xml:space="preserve">
<value>Module:</value>
</data>
<data name="ModuleTitle.Text" xml:space="preserve">
<value>Module Settings</value>
</data>
</root>