diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-10 13:26:44 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-10 13:26:44 -0700 |
commit | 0a644a2f416e8e4a93df6b9e0a4497071ead4b56 (patch) | |
tree | 1b01f2363c54e086224b6f9f7ad6b2d41feed255 /include/diaspora.php | |
parent | 37a63365f1143375a2382a26ad9b07048b9570a6 (diff) | |
parent | 2cb8b19972eb6a023eca1297f281ef9f68934c64 (diff) | |
download | volse-hubzilla-0a644a2f416e8e4a93df6b9e0a4497071ead4b56.tar.gz volse-hubzilla-0a644a2f416e8e4a93df6b9e0a4497071ead4b56.tar.bz2 volse-hubzilla-0a644a2f416e8e4a93df6b9e0a4497071ead4b56.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts:
mod/mitem.php
view/de/messages.po
view/de/strings.php
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 acdddd0ef..c9efffc32 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(), |