diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-11-25 08:13:57 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-11-26 17:26:13 +0100 |
commit | a9048bb07ff71e992cefaccb6898e6b993bad99b (patch) | |
tree | 3f78da002f29e591e60e0abd8d74c9c75d440599 /web/template/pkgreq_form.php | |
parent | 39280152ea66077d20acc795b72105fd38e362f8 (diff) | |
download | aurweb-a9048bb07ff71e992cefaccb6898e6b993bad99b.tar.xz |
Dedupe translatable strings
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/template/pkgreq_form.php')
-rw-r--r-- | web/template/pkgreq_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/pkgreq_form.php b/web/template/pkgreq_form.php index 6cf8588..5bd2bfe 100644 --- a/web/template/pkgreq_form.php +++ b/web/template/pkgreq_form.php @@ -1,5 +1,5 @@ <div class="box"> - <h2><?= __('Submit Request: %s', htmlspecialchars($pkgbase_name)) ?></h2> + <h2><?= __('Submit Request') ?>: <? htmlspecialchars($pkgbase_name) ?></h2> <p> <?= __('Use this form to file a request against package base %s%s%s which includes the following packages:', '<strong>', htmlspecialchars($pkgbase_name), '</strong>'); ?> |