aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ThreadItem.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-11-07 18:29:38 -0800
committerzotlabs <mike@macgirvin.com>2016-11-07 18:29:38 -0800
commitc427fe94dae41a6c2899d426cfd0945f93347b56 (patch)
tree73cea7d3ee105dc0800173ddf816b141bc3951b3 /Zotlabs/Lib/ThreadItem.php
parent66f74379659be970bb28d1d2e8efcdbce13637f3 (diff)
downloadvolse-hubzilla-c427fe94dae41a6c2899d426cfd0945f93347b56.tar.gz
volse-hubzilla-c427fe94dae41a6c2899d426cfd0945f93347b56.tar.bz2
volse-hubzilla-c427fe94dae41a6c2899d426cfd0945f93347b56.zip
cleanup and re-organise the voting and attendance buttons
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r--Zotlabs/Lib/ThreadItem.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php
index a3e871810..48b50b295 100644
--- a/Zotlabs/Lib/ThreadItem.php
+++ b/Zotlabs/Lib/ThreadItem.php
@@ -355,6 +355,10 @@ class ThreadItem {
'unverified' => $unverified,
'forged' => $forged,
'location' => $location,
+ 'attend_label' => t('Attend'),
+ 'attend_title' => t('Attendance Options'),
+ 'vote_label' => t('Vote'),
+ 'vote_title' => t('Voting Options'),
'indent' => $indent,
'owner_url' => $this->get_owner_url(),
'owner_photo' => $this->get_owner_photo(),