diff options
author | Mario <mario@mariovavti.com> | 2020-03-06 09:51:10 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-03-06 09:51:10 +0000 |
commit | b39474456f877f776158401e4de6dd5cd7d5df30 (patch) | |
tree | 10a752f90c718451e3ee595ef85550ce24988670 /include/text.php | |
parent | 25cd9b49838cb6e3d2643b27ae1aa2a63a7a0e58 (diff) | |
parent | 2d65ce542c61655be46c513fe72c5ae2ae2623de (diff) | |
download | volse-hubzilla-b39474456f877f776158401e4de6dd5cd7d5df30.tar.gz volse-hubzilla-b39474456f877f776158401e4de6dd5cd7d5df30.tar.bz2 volse-hubzilla-b39474456f877f776158401e4de6dd5cd7d5df30.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 2 |
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>'; } } |