diff options
Diffstat (limited to 'src/Components/OptionsArray.php')
-rw-r--r-- | src/Components/OptionsArray.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/OptionsArray.php b/src/Components/OptionsArray.php index 0c80e0d..315237f 100644 --- a/src/Components/OptionsArray.php +++ b/src/Components/OptionsArray.php @@ -257,7 +257,7 @@ class OptionsArray extends Component ) { $parser->error( sprintf( - __('Value/Expression for the option %1$s was expected'), + __('Value/Expression for the option %1$s was expected.'), $ret->options[$lastOptionId]['name'] ), $list->tokens[$list->idx - 1] |