diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-10 13:17:41 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-10 13:17:41 -0700 |
commit | 3140650b8f057b6e88827908a71cecbe68494a10 (patch) | |
tree | 4a8dc63f087d34c13a62f3acd52857b8c5293d75 /include/diaspora.php | |
parent | 245080a6d7b86ad2a94c62b02a8591bc70b99632 (diff) | |
download | volse-hubzilla-3140650b8f057b6e88827908a71cecbe68494a10.tar.gz volse-hubzilla-3140650b8f057b6e88827908a71cecbe68494a10.tar.bz2 volse-hubzilla-3140650b8f057b6e88827908a71cecbe68494a10.zip |
rev update
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-x | include/diaspora.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index 4aa525838..e8a470178 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -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(), |