Passed
Push — master ( 05c5b5...067853 )
by Michael
02:11
created
lang/en/lang.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
 // $lang['menu'] = 'Your menu entry';
10 10
 
11 11
 // custom language strings for the plugin
12
- $lang['preview_and_syntax'] = 'Preview and use Syntax-Editor';
13
- $lang['preview_and_wysiwyg'] = 'Preview and use WYSIWYG-Editor';
12
+    $lang['preview_and_syntax'] = 'Preview and use Syntax-Editor';
13
+    $lang['preview_and_wysiwyg'] = 'Preview and use WYSIWYG-Editor';
14 14
 $lang['js']['code_block_hint'] = '
Please login to merge, or discard this patch.