Translate license statement

refs #9247
This commit is contained in:
Alexander A. Klimov 2015-06-05 12:38:55 +02:00
parent e2d6089ff3
commit bfc2738fe5
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@
<p><?= implode('<br>', $versionInfo) ?></p> <p><?= implode('<br>', $versionInfo) ?></p>
<p>Copyright &copy; 2013-2015&emsp;<a href="https://www.icinga.org"><?= <p>Copyright &copy; 2013-2015&emsp;<a href="https://www.icinga.org"><?=
$this->translate('The Icinga Project') $this->translate('The Icinga Project')
?></a><br>License: GNU GPL v2 or later</p> ?></a><br><?= $this->translate('License: GNU GPL v2 or later') ?></p>
</div> </div>