Completed
Pull Request — master (#16)
by Mark
02:19
created
lang/fr/settings.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,4 +18,4 @@
 block discarded – undo
18 18
  *
19 19
  * @author  Mark C. Prins <[email protected]>
20 20
  */
21
- $lang['enabled'] = 'Activer ou désactiver la neige';
21
+    $lang['enabled'] = 'Activer ou désactiver la neige';
Please login to merge, or discard this patch.
lang/zh/settings.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,4 +19,4 @@
 block discarded – undo
19 19
  * @author  Mark C. Prins <[email protected]>
20 20
  * @author HL <[email protected]>
21 21
  */
22
- $lang['enabled'] = '启用或禁用雪';
22
+    $lang['enabled'] = '启用或禁用雪';
Please login to merge, or discard this patch.
_test/general.test.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -55,8 +55,8 @@
 block discarded – undo
55 55
     public function test_plugin_backlinks_isloaded() {
56 56
         global $plugin_controller;
57 57
         $this->assertTrue(
58
-                   in_array('snow', $plugin_controller->getList()),
59
-                   "snow plugin is loaded"
60
-                         );
58
+                    in_array('snow', $plugin_controller->getList()),
59
+                    "snow plugin is loaded"
60
+                            );
61 61
     }
62 62
 }
Please login to merge, or discard this patch.