summaryrefslogtreecommitdiffstats
path: root/web/html/home.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2012-11-04 17:02:13 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2012-11-04 17:08:31 +0100
commit274182a424e9ccce8966832bd457c4140bb1ceea (patch)
tree10a490db480f9e51b2ad639e037fe57797a8e2bc /web/html/home.php
parent4e4db4133bb7bdbc99d83934081b0315c461861a (diff)
downloadaur-274182a424e9ccce8966832bd457c4140bb1ceea.tar.gz
aur-274182a424e9ccce8966832bd457c4140bb1ceea.tar.xz
Add missing internationalization to a few strings
Fixes FS#32449. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/home.php')
-rw-r--r--web/html/home.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/home.php b/web/html/home.php
index 97de8bb6..4e489bab 100644
--- a/web/html/home.php
+++ b/web/html/home.php
@@ -93,7 +93,7 @@ $dbh = db_connect();
<div id="pkgsearch" class="widget">
<form id="pkgsearch-form" method="get" action="<?= get_uri('/packages/'); ?>">
<fieldset>
- <label for="pkgsearch-field">Package Search:</label>
+ <label for="pkgsearch-field"><?= __('Package Search') ?>:</label>
<input type="hidden" name="O" value="0" />
<input type="text" name="K" size="30" value="<?php if (isset($_REQUEST["K"])) { print stripslashes(trim(htmlspecialchars($_REQUEST["K"], ENT_QUOTES))); } ?>" maxlength="35" />
</fieldset>