Skip to content

Commit b91b88f

Browse files
authored
Merge pull request #28 from MekDrop/fix/some-language-strings
Fix some language strings
2 parents aa4e6d6 + efb7b70 commit b91b88f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Utils/ImpressCMSConstantsReader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ public function load()
7676
/** @noinspection PhpIncludeInspection */
7777
require_once $this->getFilename();
7878
} catch (Throwable $ex) {
79-
$this->IO->write('Np ImpressCMS constants file can\'t be loaded at this moment.');
79+
$this->IO->write('No ImpressCMS constants file can\'t be loaded at this moment.');
8080
}
8181
} else {
82-
$this->IO->write('Np ImpressCMS constants file was found.');
82+
$this->IO->write('No ImpressCMS constants file was found.');
8383
}
8484
self::$loaded = true;
8585
}

0 commit comments

Comments
 (0)