]> git.mxchange.org Git - friendica.git/commitdiff
Adhere PHP-CS
authorPhilipp <admin@philipp.info>
Wed, 16 Nov 2022 07:56:37 +0000 (08:56 +0100)
committerPhilipp <admin@philipp.info>
Wed, 16 Nov 2022 07:56:37 +0000 (08:56 +0100)
src/Module/Post/Edit.php

index 2b371ba9c177f90a745ed2f3f28a18d650dd33ca..ed5ce00628d3a3c4feb7ed37d54f4dd0431b45ab 100644 (file)
@@ -162,18 +162,18 @@ class Edit extends BaseModule
                        '$rand_num'            => Crypto::randomDigits(12),
 
                        // Formatting button labels
-                       '$edbold'              => $this->t('Bold'),
-                       '$editalic'            => $this->t('Italic'),
-                       '$eduline'             => $this->t('Underline'),
-                       '$edquote'             => $this->t('Quote'),
-                       '$edcode'              => $this->t('Code'),
-                       '$edurl'               => $this->t('Link'),
-                       '$edattach'            => $this->t('Link or Media'),
+                       '$edbold'   => $this->t('Bold'),
+                       '$editalic' => $this->t('Italic'),
+                       '$eduline'  => $this->t('Underline'),
+                       '$edquote'  => $this->t('Quote'),
+                       '$edcode'   => $this->t('Code'),
+                       '$edurl'    => $this->t('Link'),
+                       '$edattach' => $this->t('Link or Media'),
 
                        //jot nav tab (used in some themes)
-                       '$message'             => $this->t('Message'),
-                       '$browser'             => $this->t('Browser'),
-                       '$shortpermset'        => $this->t('Permissions'),
+                       '$message'      => $this->t('Message'),
+                       '$browser'      => $this->t('Browser'),
+                       '$shortpermset' => $this->t('Permissions'),
 
                        '$compose_link_title' => $this->t('Open Compose page'),
                ]);