aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-05-09 21:28:48 -0700
committerzotlabs <mike@macgirvin.com>2018-05-09 21:28:48 -0700
commitbb1aa04689ee02682482280baafb233e0b0665ed (patch)
tree706733e5cb53121c9fb69c3573e520336c74190f /include/conversation.php
parent67bb167cf83f384a9bfd52a0b1fc65098d4b13d7 (diff)
downloadvolse-hubzilla-bb1aa04689ee02682482280baafb233e0b0665ed.tar.gz
volse-hubzilla-bb1aa04689ee02682482280baafb233e0b0665ed.tar.bz2
volse-hubzilla-bb1aa04689ee02682482280baafb233e0b0665ed.zip
change the embed from albums hovertip as well to emphasise 'existing'
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php2
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'))