Skip to content

Commit

Permalink
Fix some language strings
Browse files Browse the repository at this point in the history
  • Loading branch information
MekDrop committed Jan 1, 2023
1 parent aa4e6d6 commit efb7b70
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 efb7b70

Please sign in to comment.