pkg_details.php: Add missing translatable string

Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
canyonknight 2013-01-22 02:14:56 +00:00 committed by Lukas Fleischer
parent 07edcdab17
commit e4ad05533f

View file

@ -137,7 +137,7 @@ if ($row["SubmitterUID"]):
<td><?= htmlspecialchars($submitter) ?></td>
<?php endif; ?>
<?php else: ?>
<td>None</td>
<td><?= __('None') ?></td>
<?php endif; ?>
</tr>
<tr>
@ -155,7 +155,7 @@ if ($row["MaintainerUID"]):
<td><?= htmlspecialchars($maintainer) ?></td>
<?php endif; ?>
<?php else: ?>
<td>None</td>
<td><?= __('None') ?></td>
<?php endif; ?>
</tr>
<tr>