1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-18 12:31:17 +02:00

Spelling correction in MarkupRSS.module per @lesaff PR #26

This commit is contained in:
Ryan Cramer
2016-11-03 11:33:17 -04:00
parent 243998039f
commit 9b385168d0

View File

@@ -291,7 +291,7 @@ class MarkupRSS extends WireData implements Module, ConfigurableModule {
$f2a = $this->wire('modules')->get('InputfieldInteger');
$f2a->attr('name', 'itemDescriptionLength');
$f2a->attr('value', (int) $data['itemDescriptionLength']);
$f2a->label = "Maxmum Characters for Item Description Field";
$f2a->label = "Maximum Characters for Item Description Field";
$f2a->description = "The item description will be truncated to be no longer than the max length provided. Specify '0' for no max length. When there is no max length, markup tags will not be stripped.";
$f3 = $this->wire('modules')->get('InputfieldSelect');