mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Dedupe translatable strings
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
39280152ea
commit
a9048bb07f
7 changed files with 7 additions and 7 deletions
|
@ -43,7 +43,7 @@ html_header(__("Flag Package Out-Of-Date"));
|
|||
|
||||
if (has_credential(CRED_PKGBASE_FLAG)): ?>
|
||||
<div class="box">
|
||||
<h2><?= __('Flag Package Out-Of-Date: %s', htmlspecialchars($pkgbase_name)) ?></h2>
|
||||
<h2><?= __('Flag Package Out-Of-Date') ?>: <? htmlspecialchars($pkgbase_name) ?></h2>
|
||||
<p>
|
||||
<?= __('Use this form to flag the package base %s%s%s and the following packages out-of-date: ',
|
||||
'<strong>', htmlspecialchars($pkgbase_name), '</strong>'); ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue