diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-09 21:22:25 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-05-09 21:22:25 -0700 |
commit | 67bb167cf83f384a9bfd52a0b1fc65098d4b13d7 (patch) | |
tree | 454ce1649a10724bae2e1439596473261aca28e1 /include/conversation.php | |
parent | b4be1da91eadb3fffbee5ea526790d1b68c4d38a (diff) | |
download | volse-hubzilla-67bb167cf83f384a9bfd52a0b1fc65098d4b13d7.tar.gz volse-hubzilla-67bb167cf83f384a9bfd52a0b1fc65098d4b13d7.tar.bz2 volse-hubzilla-67bb167cf83f384a9bfd52a0b1fc65098d4b13d7.zip |
Change hovertip on paperclip button to read 'Attach/Upload file' because a lot of people gravitate to 'insert photo from album' instead, looking for a way to upload into the post.
Diffstat (limited to 'include/conversation.php')
-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 4eabf7783..3dc55d759 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1385,7 +1385,7 @@ function status_editor($a, $x, $popup = false) { '$underline' => t('Underline'), '$quote' => t('Quote'), '$code' => t('Code'), - '$attach' => t('Attach file'), + '$attach' => t('Attach/Upload file'), '$weblink' => $weblink, '$embedPhotos' => $embedPhotos, '$embedPhotosModalTitle' => t('Embed an image from your albums'), |