From ad2f60b5445d2449920227f96f7ba1ab49777ece Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Sun, 26 May 2019 08:39:37 -0400 Subject: [PATCH] Settings label typo fix in InputfieldRepeater.module --- .../Fieldtype/FieldtypeRepeater/InputfieldRepeater.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.module b/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.module index b5da27a7..d8dc5465 100644 --- a/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.module +++ b/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.module @@ -647,7 +647,7 @@ class InputfieldRepeater extends Inputfield implements InputfieldItemList { 'removeAll' => $this->_x('Delete all items?', 'repeater-item-action'), 'toggle' => $this->_x('Click to turn item on/off, or double-click to open/collapse all items', 'repeater-item-action'), 'clone' => $this->_x('Clone this item?', 'repeater-item-action'), - 'settings' => $this->_('Show settings?)', 'repeater-item-action'), + 'settings' => $this->_('Show settings?', 'repeater-item-action'), 'openAll' => $this->_x('Open all items?', 'repeater-item-action'), 'collapseAll' => $this->_x('Collapse all items?', 'repeater-item-action'), 'disabledMinMax' => $this->_('This action is disabled per min and/or max item settings.')