change the embed from albums hovertip as well to emphasise 'existing'

This commit is contained in:
zotlabs 2018-05-09 21:28:48 -07:00
parent 67bb167cf8
commit bb1aa04689

View file

@ -1282,7 +1282,7 @@ function status_editor($a, $x, $popup = false) {
if(x($x, 'hide_weblink'))
$weblink = false;
$embedPhotos = t('Embed image from photo albums');
$embedPhotos = t('Embed (existing) photo from your photo albums');
$writefiles = (($mimetype === 'text/bbcode') ? perm_is_allowed($x['profile_uid'], get_observer_hash(), 'write_storage') : false);
if(x($x, 'hide_attach'))