mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Include parentheses in translatable string
This string is easier to understand with the extra parentheses. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
2121982862
commit
700df4f32f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
</li>
|
</li>
|
||||||
<li><a href="<?= $snapshot_uri ?>"><?= __('Download snapshot') ?></a>
|
<li><a href="<?= $snapshot_uri ?>"><?= __('Download snapshot') ?></a>
|
||||||
<li><a href="https://wiki.archlinux.org/index.php/Special:Search?search=<?= urlencode($row['Name']) ?>"><?= __('Search wiki') ?></a></li>
|
<li><a href="https://wiki.archlinux.org/index.php/Special:Search?search=<?= urlencode($row['Name']) ?>"><?= __('Search wiki') ?></a></li>
|
||||||
<li><span class="flagged"><?= $row["OutOfDateTS"] !== NULL ? html_action_link($base_uri . 'flag-comment/', __('Flagged out-of-date %s', "(${out_of_date_time})")) : "" ?></span></li>
|
<li><span class="flagged"><?= $row["OutOfDateTS"] !== NULL ? html_action_link($base_uri . 'flag-comment/', __('Flagged out-of-date (%s)', "$out_of_date_time")) : "" ?></span></li>
|
||||||
<?php if ($row["OutOfDateTS"] === NULL): ?>
|
<?php if ($row["OutOfDateTS"] === NULL): ?>
|
||||||
<li><?= html_action_link($base_uri . 'flag/', __('Flag package out-of-date')) ?></li>
|
<li><?= html_action_link($base_uri . 'flag/', __('Flag package out-of-date')) ?></li>
|
||||||
<?php elseif (($row["OutOfDateTS"] !== NULL) && has_credential(CRED_PKGBASE_UNFLAG, $unflaggers)): ?>
|
<?php elseif (($row["OutOfDateTS"] !== NULL) && has_credential(CRED_PKGBASE_UNFLAG, $unflaggers)): ?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue