mirror of
https://github.com/friendica/friendica
synced 2025-04-24 03:50:12 +00:00
Update Conversation.php
made code neater.
This commit is contained in:
parent
1f06089e5e
commit
ad225e4cff
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ class Conversation
|
||||||
'$eduline' => $this->l10n->t('Underline'),
|
'$eduline' => $this->l10n->t('Underline'),
|
||||||
'$edquote' => $this->l10n->t('Quote'),
|
'$edquote' => $this->l10n->t('Quote'),
|
||||||
'$edemojis' => $this->l10n->t('Add emojis'),
|
'$edemojis' => $this->l10n->t('Add emojis'),
|
||||||
'$contentwarn' => $this->l10n->t('Content Warning'),
|
'$contentwarn' => $this->l10n->t('Content Warning'),
|
||||||
'$edcode' => $this->l10n->t('Code'),
|
'$edcode' => $this->l10n->t('Code'),
|
||||||
'$edimg' => $this->l10n->t('Image'),
|
'$edimg' => $this->l10n->t('Image'),
|
||||||
'$edurl' => $this->l10n->t('Link'),
|
'$edurl' => $this->l10n->t('Link'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue