diff options
author | marijus <mario@mariovavti.com> | 2015-02-11 10:54:43 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-02-11 10:54:43 +0100 |
commit | 499841a72253e81eff9e47b902bbec73debbfe1b (patch) | |
tree | aaec7e0c288b69d7dd287c8a3929d37717e32da4 /include/conversation.php | |
parent | e8bdf2b8d741354fd479bd5fc31f704e2c6f6c88 (diff) | |
download | volse-hubzilla-499841a72253e81eff9e47b902bbec73debbfe1b.tar.gz volse-hubzilla-499841a72253e81eff9e47b902bbec73debbfe1b.tar.bz2 volse-hubzilla-499841a72253e81eff9e47b902bbec73debbfe1b.zip |
typo agree->disagree
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index addae3a9f..0af603ca9 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1691,7 +1691,7 @@ function get_response_button_text($v,$count) { case 'agree': return tt('Agree','Agrees',$count,'noun'); break; - case 'agree': + case 'disagree': return tt('Disagree','Disagrees',$count,'noun'); break; case 'abstain': |