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 5ecf19c..94b7f66 100644 --- a/src/Components/OptionsArray.php +++ b/src/Components/OptionsArray.php @@ -258,7 +258,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] |