From c2b691fd0153f0b468f9014b4ca1f0f2b339c617 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Fri, 6 Mar 2020 10:33:25 +0100 Subject: Translate 'vote' button text --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . '
' . $message . '
'; } if ($activated and $commentable) { - $output .= EOL . ''. ''; + $output .= EOL . ''. ''; } } -- cgit v1.2.3