From bb1aa04689ee02682482280baafb233e0b0665ed Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 9 May 2018 21:28:48 -0700 Subject: change the embed from albums hovertip as well to emphasise 'existing' --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/conversation.php') diff --git a/include/conversation.php b/include/conversation.php index 3dc55d759..3041d2e21 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -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')) -- cgit v1.2.3