aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php2
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':