]> git.mxchange.org Git - friendica.git/commitdiff
Vote text changed
authorMichael <heluecht@pirati.ca>
Mon, 16 May 2022 05:31:53 +0000 (05:31 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 16 May 2022 05:31:53 +0000 (05:31 +0000)
src/Model/Item.php
view/lang/C/messages.po

index d08b938581e40f7e8e4988d553556c1d4c0e973a..2435e15c2a2d549c60f8863d9dfe8d24da32fb6d 100644 (file)
@@ -3196,7 +3196,7 @@ class Item
                                $percent = $question['voters'] ? ($option['replies'] / $question['voters'] * 100) : 0;
 
                                $options[$key]['percent'] = $percent;
-                               $options[$key]['vote']    = DI::l10n()->t('%d%s: %s (%d votes)', round($percent, 1), '%', $option['name'], $option['replies']);
+                               $options[$key]['vote']    = DI::l10n()->t('%s (%d%s, %d votes)', $option['name'], round($percent, 1), '%', $option['replies']);
                        }
 
                        $content .= Renderer::replaceMacros(Renderer::getMarkupTemplate('content/question.tpl'), [
index c9e33b7762c85054e85fba02848846768bbc830d..3d85ff31d789d7307d2c48825e5a95481910aef6 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2022.05-rc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-16 05:05+0000\n"
+"POT-Creation-Date: 2022-05-16 05:29+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3740,7 +3740,7 @@ msgstr ""
 
 #: src/Model/Item.php:3199
 #, php-format
-msgid "%d%s: %s (%d votes)"
+msgid "%s (%d%s, %d votes)"
 msgstr ""
 
 #: src/Model/Item.php:3205