diff options
author | friendica <info@friendica.com> | 2015-02-11 01:53:17 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-11 01:53:17 -0800 |
commit | 3f76cbf40b57b34f32a64435ca125c0576985c34 (patch) | |
tree | d73a4e932de51d7ea672b46fd48922a09a8a78a8 | |
parent | e8bdf2b8d741354fd479bd5fc31f704e2c6f6c88 (diff) | |
download | volse-hubzilla-3f76cbf40b57b34f32a64435ca125c0576985c34.tar.gz volse-hubzilla-3f76cbf40b57b34f32a64435ca125c0576985c34.tar.bz2 volse-hubzilla-3f76cbf40b57b34f32a64435ca125c0576985c34.zip |
cut/paste typo
-rw-r--r-- | include/conversation.php | 2 | ||||
-rw-r--r-- | 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 |