Conflicts:
	mod/mitem.php
	view/de/messages.po
	view/de/strings.php
This commit is contained in:
redmatrix
2015-05-10 13:26:44 -07:00
14 changed files with 186 additions and 126 deletions

View File

@@ -2430,7 +2430,7 @@ function diaspora_send_status($item,$owner,$contact,$public_batch = false) {
if($item['item_flags'] & ITEM_CONSENSUS) {
$poll = replace_macros(get_markup_template('diaspora_consensus.tpl'), array(
'$guid_q' => random_string(),
'$question' => '',
'$question' => t('Please choose'),
'$guid_y' => random_string(),
'$agree' => t('Agree'),
'$guid_n' => random_string(),