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:
@@ -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'),
|
||||
|
Reference in New Issue
Block a user