From 3f76cbf40b57b34f32a64435ca125c0576985c34 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 11 Feb 2015 01:53:17 -0800 Subject: cut/paste typo --- include/conversation.php | 2 +- version.inc | 2 +- 2 files changed, 2 insertions(+), 2 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': diff --git a/version.inc b/version.inc index 9325f86d6..e7c8069c6 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-02-09.940 +2015-02-11.941 -- cgit v1.2.3