We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95147c4 commit 7133256Copy full SHA for 7133256
src/CLI.php
@@ -8,7 +8,7 @@
8
* License: GNU/GPLv2
9
* @see LICENSE.txt
10
*
11
- * This file: CLI handler (last modified: 2023.09.04).
+ * This file: CLI handler (last modified: 2023.09.19).
12
*/
13
14
namespace phpMussel\CLI;
@@ -273,7 +273,7 @@ public function recursiveCommand(string $Command, callable $Callable): string
273
[$Command, $Params] = explode(' ', $Command);
274
if (is_dir($Params)) {
275
if (!is_readable($Params)) {
276
- return sprintf($this->Loader->L10N->getString('failed_to_access'), $Params) . "\n";
+ return sprintf($this->Loader->L10N->getString('Failed to access %s'), $Params) . "\n";
277
}
278
$Decal = [':-) - (-:', ':-) \\ (-:', ':-) | (-:', ':-) / (-:'];
279
$Frame = 0;
0 commit comments