Merge pull request #6013 from JonnyTischbein/issue_comment_media_link_prompt

[frio] Add media / link prompt in comments
This commit is contained in:
Hypolite Petovan
2018-10-24 12:17:58 -04:00
committed by GitHub
8 changed files with 80 additions and 21 deletions

View File

@@ -806,7 +806,8 @@ class Post extends BaseObject
'$edcode' => L10n::t('Code'),
'$edimg' => L10n::t('Image'),
'$edurl' => L10n::t('Link'),
'$edvideo' => L10n::t('Video'),
'$edattach' => L10n::t('Link or Media'),
'$prompttext' => L10n::t('Please enter a image/video/audio/webpage URL:'),
'$preview' => ((Feature::isEnabled($conv->getProfileOwner(), 'preview')) ? L10n::t('Preview') : ''),
'$indent' => $indent,
'$sourceapp' => L10n::t($a->sourcename),