summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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