diff options
author | Mario <mario@mariovavti.com> | 2024-06-13 19:07:05 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-06-13 19:07:05 +0000 |
commit | ff018b975b47a57433b5f76634f9948164919e25 (patch) | |
tree | 408f52fb71a955ab2bf13a3b8f89c6d293b217e6 /include | |
parent | 6e0d0e38321dda6075586c12244c73eff6623565 (diff) | |
parent | fcd657040e90b957068be0c6010faa78020cf05d (diff) | |
download | volse-hubzilla-ff018b975b47a57433b5f76634f9948164919e25.tar.gz volse-hubzilla-ff018b975b47a57433b5f76634f9948164919e25.tar.bz2 volse-hubzilla-ff018b975b47a57433b5f76634f9948164919e25.zip |
Merge branch 'fix-rpost-module' into 'dev'
Refactoring and fixed for Module\Rpost
See merge request hubzilla/core!2136
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index 3992f06f6..c631d53a2 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1183,6 +1183,7 @@ function hz_status_editor($x, $popup = false) { '$modalerroralbum' => t('Error getting album'), '$nocomment_enabled' => t('Comments enabled'), '$nocomment_disabled' => t('Comments disabled'), + '$confirmdelete' => t('Confirm delete'), '$auto_save_draft' => $feature_auto_save_draft, '$reset' => $reset, '$popup' => $popup @@ -1263,7 +1264,7 @@ function hz_status_editor($x, $popup = false) { '$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')]], + '$multiple_answers' => ['poll_multiple_answers', t("Allow multiple answers"), '', '', [t('No'), t('Yes')],null,null], '$consensus' => ((array_key_exists('item',$x)) ? $x['item']['item_consensus'] : 0), '$nocommenttitle' => t('Disable comments'), '$nocommenttitlesub' => t('Toggle comments'), |