summaryrefslogtreecommitdiffstats
path: root/web/html/pkgmerge.php
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-11-25 08:13:57 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2015-11-26 17:26:13 +0100
commita9048bb07ff71e992cefaccb6898e6b993bad99b (patch)
tree3f78da002f29e591e60e0abd8d74c9c75d440599 /web/html/pkgmerge.php
parent39280152ea66077d20acc795b72105fd38e362f8 (diff)
downloadaurweb-a9048bb07ff71e992cefaccb6898e6b993bad99b.tar.xz
Dedupe translatable strings
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/pkgmerge.php')
-rw-r--r--web/html/pkgmerge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgmerge.php b/web/html/pkgmerge.php
index 3511390..c0ce655 100644
--- a/web/html/pkgmerge.php
+++ b/web/html/pkgmerge.php
@@ -12,7 +12,7 @@ html_header(__("Package Merging"));
if (has_credential(CRED_PKGBASE_DELETE)): ?>
<div class="box">
- <h2><?= __('Merge Package: %s', htmlspecialchars($pkgbase_name)) ?></h2>
+ <h2><?= __('Merge Package') ?>: <? htmlspecialchars($pkgbase_name) ?></h2>
<p>
<?= __('Use this form to merge the package base %s%s%s into another package. ',
'<strong>', htmlspecialchars($pkgbase_name), '</strong>'); ?>