reflow overlong line

This commit is contained in:
Andreas Gohr 2020-07-13 19:59:10 +02:00
parent ffa84f8121
commit 03e8a69a1e
1 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,8 @@ class PluginController
} elseif (preg_match('/^' . DOKU_PLUGIN_NAME_REGEX . '$/', $plugin) !== 1) {
msg(
sprintf(
"Plugin name '%s' is not a valid plugin name, only the characters a-z and 0-9 are allowed. " .
"Plugin name '%s' is not a valid plugin name, only the characters a-z ".
"and 0-9 are allowed. " .
'Maybe the plugin has been installed in the wrong directory?', hsc($plugin)
), -1
);