summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergej Pupykin <sergej.pupykin@lx-ltd.ru>2009-06-18 09:24:48 +0200
committerLoui Chang <louipc.ist@gmail.com>2009-06-18 13:28:25 +0200
commitae3ee2472a4b941a00c0eaf36999f84224d1651f (patch)
treea5002f98a6e97ef26ea5ef5a655a428a4899034b
parentd25c1772295cff12e96f6836203c0515ddd4bc2a (diff)
downloadaur-ae3ee2472a4b941a00c0eaf36999f84224d1651f.tar.gz
aur-ae3ee2472a4b941a00c0eaf36999f84224d1651f.tar.xz
submit button i18n
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-rw-r--r--web/html/addvote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/addvote.php b/web/html/addvote.php
index 1f41c92e..e5fe9450 100644
--- a/web/html/addvote.php
+++ b/web/html/addvote.php
@@ -78,7 +78,7 @@ if ($atype == "Trusted User" OR $atype == "Developer") {
<b><?php print __('Proposal') ?></b><br />
<textarea name='agenda' rows='10' cols='50'><?php if (!empty($_POST['agenda'])) { print htmlentities($_POST['agenda']); } ?></textarea><br />
<input type='hidden' name='addVote' value='1'>
-<input type='submit' class='button' value='Submit'>
+<input type='submit' class='button' value='<?php print __('Submit'); ?>'>
</form>
<br />
<?php