diff options
author | Sergej Pupykin <sergej.pupykin@lx-ltd.ru> | 2009-06-18 11:24:48 +0400 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-06-18 07:28:25 -0400 |
commit | ae3ee2472a4b941a00c0eaf36999f84224d1651f (patch) | |
tree | a5002f98a6e97ef26ea5ef5a655a428a4899034b /web | |
parent | d25c1772295cff12e96f6836203c0515ddd4bc2a (diff) |
submit button i18n
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web')
-rw-r--r-- | web/html/addvote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/addvote.php b/web/html/addvote.php index 1f41c92..e5fe945 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 |