diff options
author | Max Kostikov <max@kostikov.co> | 2020-03-06 10:42:17 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2020-03-06 10:42:17 +0100 |
commit | 2d65ce542c61655be46c513fe72c5ae2ae2623de (patch) | |
tree | 33ff59d4c7b003d08a3805475e3a43f1991079c9 | |
parent | 85c07d57fe0f468eb8cc84584f3636b590aa929f (diff) | |
parent | c2b691fd0153f0b468f9014b4ca1f0f2b339c617 (diff) | |
download | volse-hubzilla-2d65ce542c61655be46c513fe72c5ae2ae2623de.tar.gz volse-hubzilla-2d65ce542c61655be46c513fe72c5ae2ae2623de.tar.bz2 volse-hubzilla-2d65ce542c61655be46c513fe72c5ae2ae2623de.zip |
Merge branch 'dev' into 'dev'
Dev
See merge request hubzilla/core!1845
-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>'; } } |