diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-09 21:28:48 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-05-09 21:28:48 -0700 |
commit | bb1aa04689ee02682482280baafb233e0b0665ed (patch) | |
tree | 706733e5cb53121c9fb69c3573e520336c74190f | |
parent | 67bb167cf83f384a9bfd52a0b1fc65098d4b13d7 (diff) | |
download | volse-hubzilla-bb1aa04689ee02682482280baafb233e0b0665ed.tar.gz volse-hubzilla-bb1aa04689ee02682482280baafb233e0b0665ed.tar.bz2 volse-hubzilla-bb1aa04689ee02682482280baafb233e0b0665ed.zip |
change the embed from albums hovertip as well to emphasise 'existing'
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
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')) |