From c8d57f256dadd1716be40f3b5d07452b1cfa5045 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 2 Oct 2019 21:09:53 +0200 Subject: [PATCH] fix lang indention and order --- Theme/Backend/Lang/en.lang.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 1f1cfb3..1bd6622 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -39,9 +39,6 @@ return ['Monitoring' => [ 'Modified' => 'Modified', 'NG' => 'NG', 'Notices' => 'Notices', - 'Status' => 'Status', - 'System' => 'System', - 'Total' => 'Total', 'OK' => 'OK', 'OS' => 'OS', 'Penetrators' => 'Penetrators', @@ -50,10 +47,13 @@ return ['Monitoring' => [ 'Release' => 'Release', 'Report' => 'Report', 'Source' => 'Source', + 'Status' => 'Status', + 'System' => 'System', 'SystemRAM' => 'System RAM', 'Theme' => 'Theme', 'Time' => 'Time', 'Timestamp' => 'Timestamp', + 'Total' => 'Total', 'Unicode' => 'Unicode', 'Uri' => 'Uri', 'Version' => 'Version',