Skip to content

Commit 479732a

Browse files
committed
Merge pull request #21 from DeuxHuitHuit/timeout
Timeout is actually in seconds
2 parents 9b55066 + b9b7b5f commit 479732a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-sources/datasource.remote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ public static function buildEditor(XMLElement $wrapper, array &$errors = array()
319319
$label = Widget::Label(__('Timeout'));
320320
$label->setAttribute('class', 'column');
321321

322-
$help = new XMLElement('i', __('in minutes'));
322+
$help = new XMLElement('i', __('in seconds'));
323323
$label->appendChild($help);
324324

325325
$timeout_time = isset($settings[self::getClass()]['timeout'])

0 commit comments

Comments
 (0)