Clarify how the Create/Photo status message works in the case of multiple uploads

This commit is contained in:
nobody 2021-08-27 22:28:45 -07:00
parent 80d1b176de
commit e7a7cb021b

View file

@ -719,7 +719,7 @@ class Photos extends Controller {
'$nickname' => App::$data['channel']['channel_address'],
'$newalbum_label' => t('Enter an album name'),
'$newalbum_placeholder' => t('or select an existing album (doubleclick)'),
'$visible' => array('visible', t('Create a status post for this upload'), 0,'', array(t('No'), t('Yes')), 'onclick="showHideBodyTextarea();"'),
'$visible' => array('visible', t('Create a status post for this upload'), 0, t('If multiple files are selected, the message will be repeated for each photo'), array(t('No'), t('Yes')), 'onclick="showHideBodyTextarea();"'),
'$caption' => array('description', t('Please briefly describe this photo for vision-impaired viewers')),
'title' => [ 'title', t('Title (optional)') ],
'$body' => array('body', t('Your message (optional)'),'', 'This will only appear in the status post'),