aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ThreadItem.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-05-09 21:22:25 -0700
committerzotlabs <mike@macgirvin.com>2018-05-09 21:22:25 -0700
commit67bb167cf83f384a9bfd52a0b1fc65098d4b13d7 (patch)
tree454ce1649a10724bae2e1439596473261aca28e1 /Zotlabs/Lib/ThreadItem.php
parentb4be1da91eadb3fffbee5ea526790d1b68c4d38a (diff)
downloadvolse-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 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r--Zotlabs/Lib/ThreadItem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php
index b7fc8e65d..c7a2c9373 100644
--- a/Zotlabs/Lib/ThreadItem.php
+++ b/Zotlabs/Lib/ThreadItem.php
@@ -760,7 +760,7 @@ class ThreadItem {
'$edquote' => t('Quote'),
'$edcode' => t('Code'),
'$edimg' => t('Image'),
- '$edatt' => t('Attach File'),
+ '$edatt' => t('Attach/Upload file'),
'$edurl' => t('Insert Link'),
'$edvideo' => t('Video'),
'$preview' => t('Preview'), // ((feature_enabled($conv->get_profile_owner(),'preview')) ? t('Preview') : ''),