mirror of
https://github.com/friendica/friendica
synced 2025-04-23 19:10:13 +00:00
Vote text changed
This commit is contained in:
parent
f277d9cd2f
commit
2dc9b4eda2
2 changed files with 3 additions and 3 deletions
|
@ -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'), [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue