diff options
author | Mario <mario@mariovavti.com> | 2024-02-28 10:04:22 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-02-28 10:04:22 +0000 |
commit | 96e831663357280de044553d52dbf33dbf1a7dbb (patch) | |
tree | a6f194f1af92e1f2d130b7d57f506685733fbc7d /Zotlabs/Module/Like.php | |
parent | 37878bf0a35bcd0fc799892618a8b34ca0440c2c (diff) | |
download | volse-hubzilla-96e831663357280de044553d52dbf33dbf1a7dbb.tar.gz volse-hubzilla-96e831663357280de044553d52dbf33dbf1a7dbb.tar.bz2 volse-hubzilla-96e831663357280de044553d52dbf33dbf1a7dbb.zip |
some cloeanup after last commit
Diffstat (limited to 'Zotlabs/Module/Like.php')
-rw-r--r-- | Zotlabs/Module/Like.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Zotlabs/Module/Like.php b/Zotlabs/Module/Like.php index 18111a3e1..4c9828b2c 100644 --- a/Zotlabs/Module/Like.php +++ b/Zotlabs/Module/Like.php @@ -486,12 +486,6 @@ class Like extends Controller { $bodyverb = t('%1$s likes %2$s\'s %3$s'); if ($verb === 'dislike') $bodyverb = t('%1$s doesn\'t like %2$s\'s %3$s'); - if ($verb === 'agree') - $bodyverb = t('%1$s agrees with %2$s\'s %3$s'); - if ($verb === 'disagree') - $bodyverb = t('%1$s doesn\'t agree with %2$s\'s %3$s'); - if ($verb === 'abstain') - $bodyverb = t('%1$s abstains from a decision on %2$s\'s %3$s'); if ($verb === 'attendyes') $bodyverb = t('%1$s is attending %2$s\'s %3$s'); if ($verb === 'attendno') |