aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-11 01:53:17 -0800
committerfriendica <info@friendica.com>2015-02-11 01:53:17 -0800
commit3f76cbf40b57b34f32a64435ca125c0576985c34 (patch)
treed73a4e932de51d7ea672b46fd48922a09a8a78a8 /include/conversation.php
parente8bdf2b8d741354fd479bd5fc31f704e2c6f6c88 (diff)
downloadvolse-hubzilla-3f76cbf40b57b34f32a64435ca125c0576985c34.tar.gz
volse-hubzilla-3f76cbf40b57b34f32a64435ca125c0576985c34.tar.bz2
volse-hubzilla-3f76cbf40b57b34f32a64435ca125c0576985c34.zip
cut/paste typo
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':