aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2020-03-06 10:33:25 +0100
committerMax Kostikov <max@kostikov.co>2020-03-06 10:33:25 +0100
commitc2b691fd0153f0b468f9014b4ca1f0f2b339c617 (patch)
tree33ff59d4c7b003d08a3805475e3a43f1991079c9 /include
parentae691bdc7cbb684afc2ce6f759a4c1701b019849 (diff)
downloadvolse-hubzilla-c2b691fd0153f0b468f9014b4ca1f0f2b339c617.tar.gz
volse-hubzilla-c2b691fd0153f0b468f9014b4ca1f0f2b339c617.tar.bz2
volse-hubzilla-c2b691fd0153f0b468f9014b4ca1f0f2b339c617.zip
Translate 'vote' button text
Diffstat (limited to 'include')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index 1475ff334..3c1d4c996 100644
--- a/include/text.php
+++ b/include/text.php
@@ -1892,7 +1892,7 @@ function format_poll($item,$s,$opts) {
$output .= EOL . '<div>' . $message . '</div>';
}
if ($activated and $commentable) {
- $output .= EOL . '<input type="button" class="btn btn-std btn-success" name="vote" value="vote" onclick="submitPoll(' . $item['id'] . '); return false;">'. '</form>';
+ $output .= EOL . '<input type="button" class="btn btn-std btn-success" name="vote" value="' . t("Vote") . '" onclick="submitPoll(' . $item['id'] . '); return false;">'. '</form>';
}
}