Adhere PHP-CS
This commit is contained in:
parent
e7fd4a4cd1
commit
12fb897f54
|
@ -162,18 +162,18 @@ class Edit extends BaseModule
|
||||||
'$rand_num' => Crypto::randomDigits(12),
|
'$rand_num' => Crypto::randomDigits(12),
|
||||||
|
|
||||||
// Formatting button labels
|
// Formatting button labels
|
||||||
'$edbold' => $this->t('Bold'),
|
'$edbold' => $this->t('Bold'),
|
||||||
'$editalic' => $this->t('Italic'),
|
'$editalic' => $this->t('Italic'),
|
||||||
'$eduline' => $this->t('Underline'),
|
'$eduline' => $this->t('Underline'),
|
||||||
'$edquote' => $this->t('Quote'),
|
'$edquote' => $this->t('Quote'),
|
||||||
'$edcode' => $this->t('Code'),
|
'$edcode' => $this->t('Code'),
|
||||||
'$edurl' => $this->t('Link'),
|
'$edurl' => $this->t('Link'),
|
||||||
'$edattach' => $this->t('Link or Media'),
|
'$edattach' => $this->t('Link or Media'),
|
||||||
|
|
||||||
//jot nav tab (used in some themes)
|
//jot nav tab (used in some themes)
|
||||||
'$message' => $this->t('Message'),
|
'$message' => $this->t('Message'),
|
||||||
'$browser' => $this->t('Browser'),
|
'$browser' => $this->t('Browser'),
|
||||||
'$shortpermset' => $this->t('Permissions'),
|
'$shortpermset' => $this->t('Permissions'),
|
||||||
|
|
||||||
'$compose_link_title' => $this->t('Open Compose page'),
|
'$compose_link_title' => $this->t('Open Compose page'),
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user