Dedupe translatable strings

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2015-11-25 08:13:57 +01:00
parent 39280152ea
commit a9048bb07f
7 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@ $comaintainers = pkgbase_get_comaintainers($base_id);
if (has_credential(CRED_PKGBASE_DISOWN, $maintainer_uids)): ?>
<div class="box">
<h2><?= __('Disown Package: %s', htmlspecialchars($pkgbase_name)) ?></h2>
<h2><?= __('Disown Package') ?>: <? htmlspecialchars($pkgbase_name) ?></h2>
<p>
<?= __('Use this form to disown the package base %s%s%s which includes the following packages: ',
'<strong>', htmlspecialchars($pkgbase_name), '</strong>'); ?>