Skip to content

Commit 83f93f0

Browse files
committed
closes #13
1 parent bb0a2a8 commit 83f93f0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

module_development/ft3/module_class.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
class Module extends FormToolsModule
5353
{
5454
protected $moduleName = "My Module";
55-
protected $moduleDesc = "This is the description of your module name.";
5655
protected $author = "Your Name";
5756
protected $authorEmail = "[email protected]";
5857
protected $authorLink = "https://yoursite.com";
@@ -124,8 +123,10 @@ <h3>Member variables</h3>
124123
<code>$moduleDesc</code>
125124
</div>
126125
<div class="col-lg-9">
127-
A one-line description of your module in the language of your choice. Like with <code>$moduleName</code> you
128-
can also provide localization for this value via your <a href="../file_lang/">language files</a>.
126+
<b>This has been removed in 3.1.5.</b> You should now provide a one-liner description of your module
127+
in the <code>module_description</code> key in your language file. This will allow automatic localization
128+
of that value in the interface. See the <a href="{{site.baseurl}}/module_development/ft3/file_lang/">Language
129+
files</a> page for more info.
129130
</div>
130131
</div>
131132
<div class="row">

0 commit comments

Comments
 (0)