diff options
author | Mario <mario@mariovavti.com> | 2020-02-28 13:22:30 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-02-28 13:22:30 +0000 |
commit | a574290235b840e56c2f0b3a3c37b9050f02e45b (patch) | |
tree | 443c338fac8bf5bc5b8ee8f03500a979e01949ac /include/conversation.php | |
parent | 84c9ae04fc2a9e05b74ad2427d8f78ebe3ab4d9a (diff) | |
download | volse-hubzilla-a574290235b840e56c2f0b3a3c37b9050f02e45b.tar.gz volse-hubzilla-a574290235b840e56c2f0b3a3c37b9050f02e45b.tar.bz2 volse-hubzilla-a574290235b840e56c2f0b3a3c37b9050f02e45b.zip |
poll UI strings
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index ba0f61196..62d4b405f 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1442,7 +1442,10 @@ function hz_status_editor($a, $x, $popup = false) { '$setloc' => $setloc, '$voting' => t('Toggle voting'), '$poll' => t('Toggle poll'), - '$multiple_answers' => ['poll_multiple_answers', t("Allow multiple answers")], + '$poll_option_label' => t('Option'), + '$poll_add_option_label' => t('Add option'), + '$poll_expire_unit_label' => [t('Minutes'), t('Hours'), t('Days')], + '$multiple_answers' => ['poll_multiple_answers', t("Allow multiple answers"), '', '', [t('No'), t('Yes')]], '$feature_voting' => $feature_voting, '$consensus' => ((array_key_exists('item',$x)) ? $x['item']['item_consensus'] : 0), '$nocommenttitle' => t('Disable comments'), |