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.
This commit is contained in:
parent
b4be1da91e
commit
67bb167cf8
@ -760,7 +760,7 @@ class ThreadItem {
|
|||||||
'$edquote' => t('Quote'),
|
'$edquote' => t('Quote'),
|
||||||
'$edcode' => t('Code'),
|
'$edcode' => t('Code'),
|
||||||
'$edimg' => t('Image'),
|
'$edimg' => t('Image'),
|
||||||
'$edatt' => t('Attach File'),
|
'$edatt' => t('Attach/Upload file'),
|
||||||
'$edurl' => t('Insert Link'),
|
'$edurl' => t('Insert Link'),
|
||||||
'$edvideo' => t('Video'),
|
'$edvideo' => t('Video'),
|
||||||
'$preview' => t('Preview'), // ((feature_enabled($conv->get_profile_owner(),'preview')) ? t('Preview') : ''),
|
'$preview' => t('Preview'), // ((feature_enabled($conv->get_profile_owner(),'preview')) ? t('Preview') : ''),
|
||||||
|
@ -1385,7 +1385,7 @@ function status_editor($a, $x, $popup = false) {
|
|||||||
'$underline' => t('Underline'),
|
'$underline' => t('Underline'),
|
||||||
'$quote' => t('Quote'),
|
'$quote' => t('Quote'),
|
||||||
'$code' => t('Code'),
|
'$code' => t('Code'),
|
||||||
'$attach' => t('Attach file'),
|
'$attach' => t('Attach/Upload file'),
|
||||||
'$weblink' => $weblink,
|
'$weblink' => $weblink,
|
||||||
'$embedPhotos' => $embedPhotos,
|
'$embedPhotos' => $embedPhotos,
|
||||||
'$embedPhotosModalTitle' => t('Embed an image from your albums'),
|
'$embedPhotosModalTitle' => t('Embed an image from your albums'),
|
||||||
|
Reference in New Issue
Block a user