Skip to content

Commit

Permalink
Merge pull request #28 from MekDrop/fix/some-language-strings
Browse files Browse the repository at this point in the history
Fix some language strings
  • Loading branch information
fiammybe authored Jan 2, 2023
2 parents aa4e6d6 + efb7b70 commit b91b88f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Utils/ImpressCMSConstantsReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ public function load()
/** @noinspection PhpIncludeInspection */
require_once $this->getFilename();
} catch (Throwable $ex) {
$this->IO->write('Np ImpressCMS constants file can\'t be loaded at this moment.');
$this->IO->write('No ImpressCMS constants file can\'t be loaded at this moment.');
}
} else {
$this->IO->write('Np ImpressCMS constants file was found.');
$this->IO->write('No ImpressCMS constants file was found.');
}
self::$loaded = true;
}
Expand Down

0 comments on commit b91b88f

Please sign in to comment.